body {
	background-color: #6E7154;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: x-large;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a:link {
	color: #FF0;
	text-decoration: none;
}
a:visited {
	color: #FF0;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:active {
	color: #FF0;
	text-decoration: none;
}


.Header {
	font-size: x-large;
}

.Content {
	font-size: medium;
}

.Menu {
	font-size: small;
}