@charset "utf-8";
/* CSS Document */

p {
	text-align: center;
	font-size: 16px;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
}
body {
	background-color: #296C87;
}
h2,a{
	font-size:18px;
	text-align:center;
}
a:link {
	color: #000;	
	font-size: 16px;
	text-decoration: none;
}
a:visited {
	color: #000;text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	color: #000;text-decoration: none;
}
