h1 {
	font-family: Verdana, Georgia, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Verdana, Georgia, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Verdana, Georgia, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-family: Verdana, Georgia, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
h5 {
	font-family: Verdana, Georgia, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: Verdana, Georgia, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
body {
	background-color: #52361B;
}

A  {
	color : #0000FF; 
}

A:Visited  {
	color : #0000FF;
}

A:Active  {
	color : #0000FF;
}

A:Hover  {
	color : #993300; 
}

.whitetext {
	color: #FFFFFF;
}
