@import url(standard.css);

BODY,TD,TH {
	font-family : arial,helvetica,sans-serif;
	font-size : 13px;
	color : #FF0000;
}


h1 {
	font-size : 18px;
	
}

h2 {
	font-size : 22px;
	
}

h4 {
	font-size : 9px;
	
}

A.nav {
	font-family : arial,helvetica,sans-serif;
	font-size : 13px;
	color : #FF0000;
	text-decoration : none;
}

A.nav:hover {
	color : #FFFFFF;
}

