body, TD, P, .bodytxt  {
	scrollbar-face-color : #FFCc99;
	scrollbar-track-color : #FFCc99;
	scrollbar-arrow-color : #F55A38;

}

A  {text-decoration : none; color : #AE2509;}
A:Visited  {text-decoration : none; color : #AE2509;}
A:Active  {text-decoration : none; color : #AE2509;}
A:Hover  {text-decoration : underline; color : #AE2509;}

.white A  {text-decoration : none; color : #663E00;}
.white A:Visited  {text-decoration : none; color : #663E00;}
.white A:Active  {text-decoration : none; color : #663E00;}
.white A:Hover  {text-decoration : underline; color : #663E00;}

hr {
  color: #663E00;
  width: 80%;
  height: 1px;
}
input, textfield, textarea, select {
	font-family : Verdana;
	font-size : 12px;
	color : #F55A38;
	background-color : #FFB680;
	}
 -