

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }


Body
{
	FONT-FAMILY: Georgia, Times New Roman, serif;
	Color: #810E09;
	BACKGROUND-COLOR: #336633;
}

hr
{
	  height:7px;
	  color:#810E09;
	  background-color:#810E09;
}


.main{
	BACKGROUND-COLOR: #FFFFFF;
	FONT-FAMILY: Georgia, Times New Roman, serif;
	FONT-SIZE:14px;


}
.small{
	FONT-SIZE:12px;
}


a:link
{
	color: #336633;
	text-decoration: none;

}
a:visited
{
	color: #336633;
	text-decoration: none;

}
a:active
{
	color: #336633;
	text-docoration: underline;

}
a:hover
{
	color: #336633;
	text-decoration: underline;
	
}