/* CSS Document */

a:link {color: #E8E701;}
a:visited {color: #E8E701;}
a:active {color: #E8E701;}
a:hover {color: red;}

h1 {
	font-size: 22px;
	color: #E8E701;
	letter-spacing: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 140%;

}
h2 {
	font-size: 16px;
	color: #E8E701;
	letter-spacing: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 140%;
}
h3 {
	font-size: 13px;
	color: #E8E701;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 140%;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 140%;
}
 
