
a.homepage:link {color:black; text-decoration:none}
a.homepage:active {color:black; text-decoration:none}
a.homepage:visited {color:black; text-decoration:none}
a.homepage:hover {color:black; text-decoration:underline}

a.adds:link {color:#ff9933; text-decoration:none}
a.adds:active {color:#ff9933; text-decoration:none}
a.adds:visited {color:#ff9933; text-decoration:none}
a.adds:hover {color:#ff9933; text-decoration:underline}

a:link {color:#8F3D00; text-decoration:none}
a:active {color:#8F3D00; text-decoration:none}
a:visited {color:#8F3D00; text-decoration:none}
a:hover {color:gray; text-decoration:underline}

body
{
	background-color:white;
	scrollbar-face-color:#CCD6CC;
  	scrollbar-shadow-color: gray;
  	scrollbar-highlight-color: white;
  	scrollbar-3dlight-color: white;
  	scrollbar-darkshadow-color:white;
  	scrollbar-track-color: white;
  	scrollbar-arrow-color: white;
  	font-family: verdana;
 	font-size: 18pt;
 	font-weight: bold;

}
table
{
	background-color: white;
	border-color: gray;
	border-size: 1px
	font-family: verdana;
 	font-size: 8pt;
 	font-weight: normal;
}

h1 /*Heading*/
{
	font-family: Verdana;
	color: #CCD6CC;
	font-size: 16pt;
	line-height: 18pt;
	font-weight: normal;
  	text-indent: 0px;
  	text-align: left;
}
h2 /*Sub Heading*/
{
	font-family: Verdana;
	color: #ff9933;
	font-size: 12pt;
	line-height: 12pt;
	font-weight: bold;
  	text-indent: 0px;
  	text-align: left;}

h3 /*Main Text*/
{
	font-family: Verdana;
	color: black;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
  	text-indent: 0px;
  	text-align: left;}
  	
h4 /*Main Text*/
{
	font-family: Verdana;
	color: black;
	font-size: 8pt;
	line-height: 8pt;
	font-weight: normal;
  	text-indent: 0px;
  	text-align: left;}

ul /*Unordered List*/
{
	
}

ol /*Ordered List*/
{
	

}