body {
	background : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : silver;
}

.main {
	background : Black;
	color : silver;
	font-size : 12px;
}

.bottomnav {
	font-size : 12px;
	font-weight : bold;
}

.copyright {
	font-size : 10px;
}

A:link 
				{
	font-family: Arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: red;
}
	
A:visited			
				{
	font-family: Arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color : silver;
}
								
A:hover, A:active 
				{
	font-family: Arial, helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	color: red;
}

.titletext {
	background : Black;
	color : silver;
	font-size : 30px;
}

.textlarger {
	background : Black;
	color : silver;
	font-size : 14px;
	font-weight : bold;
}


.subtitle {
	background : Black;
	color : silver;
	font-size : 20px;
}

.faq {
	background : Black;
	color : white;
	font-size : 20px;
}