@charset "utf-8";
body {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	color: #FFF;
	background-color: #031a4e;
	text-align: center;
}
a:link {
	color: #FFF;
	text-decoration:none;
}
a:hover, a:visited {
	color: #FFF;
	text-decoration:underline;
}
