h2 {  font-family: "Trebuchet MS", Arial; font-size: large; color: #FF0000}

H1 {
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Red; font-size: 
}
H3 {
	font : large;
}

H4 {
	color : Red;
	font : small-caps larger;
}
TABLE {
	border : none;
	padding : 12;
	vertical-align : top;
}
P {
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

TD {
	font-family :  "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

CAPTION {
	font-size : smaller;
	color : Teal;
}

H6 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : medium;
}

H5 {
	font-family : Arial, Helvetica, sans-serif;
	color : Maroon;
	font-size : medium;
}




HR {
	color : Red;
}
BODY {
	background-color : White;
}

A:hover {background: yellow;}
