h1 {
	font-family : "Trebuchet MS", Arial,Helvetica,sans-serif;
	font-size : 22px;
}
p {
	font-family : "Times New Roman", Times, serif;
	font-size : 90%;
	}

p.primary{
		font-family : "Times New Roman", Times, serif;
		font-weight : bold;
		font-style : italic;
		font-size : 105%;
		}

p.quote{
		font-family : "Times New Roman", Times, serif;
		font-weight : bold;
		font-style : italic;
		font-size : 110%;
		}
		
td.form{
	font-family : "Times New Roman", Times, serif;
	font-size : 90%;
	}
a:link,a:visited,a:active,a:focus {
	color : Blue;
	font-weight : bold;
	text-decoration : none;
	background : transparent;
}
a:hover {
	color : Blue;
	font-weight : bold;
	text-decoration : underline;
	background : transparent;
}

a.mainarea:link,a.mainarea:visited,a.mainarea:active,a.mainarea:focus {
	color : White;
	text-decoration : none;
	font-weight : bold;
	background : transparent;
}

a.mainarea:hover {
	color : White;
	text-decoration : underline;
	font-weight : bold;
	background : transparent;
}

strong {
	font-weight : bold;
}

em {
	font-style : italic;
}
li.mainarea{
	list-style-type : disc;
	color : White;
	font-family : "Times New Roman", Times, serif;
	font-size : 90%;
	
}

