body 		{ color: white; background: black }
				{ font-family: "Verdana", "Arial", sans-serif}

div				{ font-size: 10pt; }
#caption		{ font-size: 8pt; }
#copyright		{ font-size: 8pt; 
					font-style: italic;}

h1				{	font-size: 12pt; 
					font-style: bold;}

h2				{	font-size: 11pt;
					font-style: italic;}


table				{ font-family: "Verdana", "Arial", sans-serif}
table				{ font-size: 10pt; }

a:link		{ color: white; text-decoration: none}    /* unvisited links */
a:visited	{ color: white; text-decoration: none}   /* visited links */
a:hover		{ color: gray; text-decoration: underline} /* user hovers */

#menu {	position:absolute;
			    left:0px;
			    top:0px;
			    width:100%;
			    height:135px;
			    background-color:black;}


#content {
 margin-top:150px;
}



body > div#menu {      /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

