.menu {
	font-family : verdana;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
}
.menu:visited
{  
	color : #FFFFFF;
	text-decoration : none;
}
.menu:hover
{
	color : #FF9933;
	text-decoration : underline;
}

body  {
	font-family : Verdana;
	color : white;
	background-color : #FFFFFF;
	font-size : 12px;
}

.content{
	font-family : Verdana;
	color : #0666D7;
	background-color : #FFFFFF;
	font-size : 12px;
	line-height : 150%;
}

th	{
	background-color : #FF9933;
	color: #ffffff;
	border: 1px #FF9933 solid;
}

.contenttable {  
	font-family : Verdana;
	color : #0666D7;
	background-color : #EEEEEE;
	font-size : 12px;
	border-collapse: collapse; 
	border: 1px white solid;"
}

.contenttable td {
	border: 1px #aaaaaa solid;
	padding: 2px;
}

.bignum {  	
	color : FF9933;
	font-size :32px;
	font-weight: bold;
}

A
{
	font-family : Verdana;
	font-size : 12px;
	color : #FF9933;
	text-decoration : underline;
}
A:visited
{  
	color : #FF9933;
	text-decoration : underline;
}
A:hover
{
	color : FF9933;
	text-decoration : underline;
}

.question
{
	color : #FF9933;
	text-decoration : underline;
}

.question:visited
{
	color : #FF9933;
	text-decoration : underline;
}

.question:hover
{
	color : #FF9933;
	text-decoration : underline;
}


