body, TD, P, .bodytxt  {
	scrollbar-face-color : #9AB7FA;
	scrollbar-track-color : #9AB7FA;
	scrollbar-arrow-color : #DBC065;

}

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

}

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

}

hr {
  color: #ffffe6;
  width: 80%;
  height: 1px;
}
input, textfield, textarea, select {
	font-family : Verdana;
	font-size : 12px;
	color : #ffffe6;
	background-color : #9AB7FA;
	}
 -