/* CSS Document */

html, body{
margin:0;
padding:0;
font-family:Verdana, sans-serif;
text-align:center;
line-height:2em;
background: #0278C5;
}




p{
text-align:center;
padding-top: 0px;
font-family:Verdana, sans-serif;
font-size:9px;
}



a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

