
 


html, body {
height:100%;
 }
body {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e36c0), color-stop(100%,#0072bd));
background: -moz-linear-gradient(top,#0e36c0,#0072bd);
background: -o-linear-gradient(top, #0e36c0 0%,#0072bd 100%);
margin:0;
float:left;
position:relative;
width:100%;
	 font-size : 11px; 
	 font-family: Arial; 
	 text-align:center; 
	 color: #FFFFFF;
}







a:link {
text-decoration: none;
color: #FFFFFF;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: none;
color: #408A9F;
}
a:active {
text-decoration: none;
color: #FFFFFF;
}


