
BODY {
scrollbar-face-color: #501D6B;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color:#000000;
scrollbar-arrow-color: #835084;
scrollbar-track-color:#180920;
background-color:black;
}
/*
A  {font-size: 10pt;
    color : #F2CEF2;
	text-decoration : underline;
}

A:Visited  {
	color : #F2CEF2;
	text-decoration : underline;
}
*/

.menu a {/* font-family: Verdana; */
    font-size: 12pt;
	font-weight:bold;
	color:yellow;
	text-decoration:none;
}

A:Active  {
	color :#F2CEF2;
	text-decoration : underline;
}

A:Hover  {
	color : #000000;
	text-decoration : none;
	background-color:#F2CEF2;
}

.headline   {/* font-family: Verdana; */
             font-size: 24pt;
             font-weight: bold;
             text-decoration: underline}
             
.topic      {font-family: Arial;
             font-size: 14pt;
             font-weight: bold}
             
.text       {font-family: Arial;
             font-size: 10pt}
             
.example    {font-family: courier new;
             font-size: 10pt;
             line-height: 120%;
             color: red}
             
.blah	    {font-family: Verdana;
		     color : #F2CEF2;
             font-size: 10pt}