h1 	{ 
	color: black; 
	font-size: xx-large; 
	font-family: Trebuchet, Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

h2 { 
	color: black; 
	font-size: medium; font-family: Trebuchet, Verdana, Arial, Helvetica, Tahoma, sans-serif; 
	border-bottom-width: 5px; 
	border-bottom-style: solid; 
	border-bottom-color: black;
}p {
	font-family: Trebuchet, Verdana, Arial, Helvetica, Tahoma, sans-serif;
}
h3 	{ 
	color: black; 
	font-size: x-large; 
	font-family: Trebuchet, Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

a:link {
	text-decoration: none; 
	font-weight: bold;
	color: blue;
}

a:visited {
	font-weight: normal; text-decoration: none; color: blue;
}


					/* SMALL CLASS ELEMENTS HERE */.small	{	background-color: #FFFFFF;	font-family: trebuchet, verdana, arial, helvetica, tahoma, sans-serif;	font-size: xx-small;}
