BODY {
	background: url(astars.gif) #000068;
	background-attachment : fixed;
	color : #cccccc;
      }

	a:link		{ color: #D0D098 }
	a:visited	{ color: #D0D098 }
	a:hover 	{ color: #f0f000; background: gray }
	a:active	{ color: black; background: yellow }

.formcol {color:tan; background:transparent; border-color:dimgray; font-size: small;}

.formcol:hover {color:thistle; background:darkblue; border-color:silver;}
.formcol:focus {color:mistyrose; background:transparent; border-color:palegoldenrod;}

.formcol0 {color:gray; background: black; border-color:gray;}

.xview {color:mistyrose; background: darkblue; font-size: small;}

/* style and the js (below) from:
 http://www.alistapart.com/articles/dropdowns/ */

ul {
 padding: 0;
 margin: 0;
 list-style: none;
}

li {
float: left;
 position: relative;
 width: 10em;
}

li ul {
 display: none;
 position: absolute;
 top: 1em;
 left: 0;
}

li>ul {
 top: auto;
 left: auto;
}

li:hover ul, li.over ul {
 display: block;
}

#content {
 clear: left;
}
