/* CSS Document */
p {
	font-family: Georgia, Verdana;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-family: Georgia, Times New Roman, Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #727F97;
	}
	
h2 {
	font-family: Georgia, Times New Roman, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #727F97
	}
		
a:link, a:active, a:visited {
	color: #8F9A39;
}
a:hover {
	background: #DDDDDD;
}

.footer {
	font-family: Georgia, Verdana;
	font-size: 10px;
	color: #AD7318;
}
