h1
{
	font-size: x-large;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size : large;
	
}

h3 {
	color: black;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing : 1px;
	
}

h4{
	font-family : Arial, Helvetica, sans-serif;
	color: black;
	letter-spacing : 1px;
	font-size : large;
	margin-left : 15px;
}
h5{
	font-family: "Times New Roman", Times, serif;
	font-size : small;
	color: black;
	background-color : Black;
}
dl{
	color: black;
	font-size: 20px;
	font-family: Futura-Condensed-Bold, Arial, Helvetica, sans-serif;
	line-height : 25px;
	
}
ul{
	background-color: #FFF9EE;
	color: black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
}
BODY
{
	font-size: medium;
	margin-left: 35px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.smallfont
{
	padding-right: 1px;
	padding-left: 1px;
	font-size: x-small;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
P
{
	font-size: medium;
	padding-bottom: 1px;
	color: black;
	font-family: "Times New Roman", Times, serif;
}
A {
		font-weight: bold;
}

A:HOVER {
	color : #CCCC99;
	background-color : inherit;
}
:VISITED:HOVER {
	color : #CCCC99;
	background-color : inherit;
}
:VISITED{
	color : Blue;
	background-color : inherit;
}
