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

table				{ font-family: "Verdana", "Arial", sans-serif}


a:link		{ color: black; text-decoration: none}    /* unvisited links */
a:visited	{ color: black; 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:white;
}
#content {
 margin-top:135px;
}


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

div
#justify		{text-align: justify; }
