@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin:0px;
}


h1 {
	font-size:28px;
	color:#0166cb;
	font-weight:bolder;
	margin:0px;
	}
	
h2 {
	font-size:18px;
	color:#df0eab;
	font-weight:bolder;
	margin:0px;
	}

.footer {
	margin:20px 0px 20px 0px;
	}

a:link {

    color : #df0eab;
	text-decoration : underline;

}
a:visited {

    color : #df0eab;
	text-decoration : underline;

}
a:hover, a:active {

    text-decoration : underline;
    color : #df0eab;
