/* ================================
    CSS STYLES FOR ofgodsandheroes.com by Mateo Vegas of Denver Web Solutions
	CSS Syntax
    v1.0, 1/2003
   ================================
*/

BODY {
	scrollbar-arrow-color:#cccccc;
	scrollbar-base-color:#000000;
	scrollbar-shadow-color:#666666;
	scrollbar-face-color:#333333;
	scrollbar-highlight-color:#999999;
	scrollbar-dark-shadow-color:000000;
	scrollbar-3d-light-color:#333333;
	background-color: #FFFFFF;
}
.textbody {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.textfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-variant: normal;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
