@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #FFF;
	text-align:center;
}
body {
	background-color: #250B4A;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
		text-decoration: none;
}
h5   {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}