h1, h2, h3, A, A:ACTIVE, A:HOVER, A:LINK, A:VISITED, B, BODY, PRE, TD, li {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}


A, A:ACTIVE, A:HOVER, A:LINK, A:VISITED, B, BODY, PRE, TD, li {
	font-size : 15px;
}

h1 {
	font-size : 22px;
	color:#FFBF3B;
	letter-spacing : 2px;
	margin-bottom : 10px;
	line-height : 27px;
} 

h2 {
	font-size : 20px;
	color:#FFBF3B;
	letter-spacing : 2px;
	margin-bottom : 7px;
	line-height : 25px;
} 

h3{
	font-size : 19px;
	color : Gray;
	letter-spacing : 1px;
	margin-bottom: 7px;
	font-weight : normal;
	line-height : 120%;
} 


A, A:ACTIVE, A:LINK, A:VISITED {
    text-decoration : none;
	color : Navy;
}


A:HOVER {
	color : Gray;
	text-decoration : underline;
}


ul{
	list-style-type : square;
	margin-left : 30px;
	margin-top : 5px;
	margin-bottom : 5px;
}

