body
{
	background-color: rgb(20,91,163);
	font-family: Verdana, Arial, sans-serif;
}

h2
{
	color: rgb(200,200,200);
	text-align: center;
	font-size: 14px;
}

h3
{
	text-align: center;
	color: rgb(200,0,0);
}

h4
{
	text-align: center;
	color: rgb(200,200,200);
}

.centered
{
	text-align: center;
}

p.centered
{
	text-align: center;
}

ul
{
	text-align: center;

	list-style-type: none;
	margin: 0;
	padding: 0;

	overflow: hidden;
	width: auto;
}

li
{
	text-align: center;

	float:left;
}

a:link,a:visited
{
	text-align: center;

	font-family: Verdana, Arial, sans-serif;
	font-size: 19px;
	display:inline;
	width:120px;
	color: rgb(0,0,0);
	background-color: rgb(166,166,166);
	text-align:center;
	padding: 0px 15px;
	text-decoration:none;
}

a:hover,a:active
{
	text-align: center;
	background-color: rgb(12,55,99);
}

table
{
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
}

td
{
	padding: 5px;
	text-align: center;
	color: rgb(200,200,200);
//	background-color: rgb(166,166,166);
	font-size: 18px;
}

p
{
	text-align: center;

	font-family: Verdana, Arial, sans-serif;
	font-size: 19px;
	display:inline;
	width:120px;
	color: rgb(0,0,0);
	background-color: rgb(12,55,99);
	text-align:center;
	padding: 0px 15px;
	text-decoration:none;
}