body {
	background-color: #1E3D79;
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
}

h1{
	color: #FFC600;
	text-align: center;
	font-size: 18px;
}
dt{
	font-weight: bold;
	color: #FFD339;
}

a:link{
	font-weight: bold;
	text-decoration: none;
	color: #1E90FF;
}

a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #1E90FF;
}
a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #1E90FF;
}
a:active{
	font-weight: bold;
	text-decoration: none;
	color: #1E90FF;
}

