@charset "UTF-8";
/* CSS Document */

body{
margin:0px;
background-color:#000066;
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#000000;
}
a {
	text-decoration: unercline;
	color: #0000ff;
}

a:hover {
	color: #0000ff;
	text-decoration: none;
	
}

