/* CSS Document */

body {	
	background: #39b3e9;
	overflow: auto;	text-align: center;	margin: 0px;	
	padding: 0px; }
	
a:link  
{color : #0563A2;text-decoration : underline;}

a:visited  
{color : #0563A2;text-decoration : underline;}

a:active  
{color : #8BBFE0; text-decoration : none;}

a:hover  
{color : #B6DCEF; text-decoration : none;
border-bottom: dashed 1px #0563A2;}

p
{font-family:Verdana, "Times New Roman", Times, serif;
color: #0563A2;
font-size: 12px;}

b
{font-family:Verdana, "Times New Roman", Times, serif;
color: #083C6B;
font-size: 12px;}
