body.main { background-color: #000000 }
A:link {color: blue}
A:hover.link { background: #ffff00; } 
A:visited {color: green}
A:active {color: red} 

body.alt { background-color: #000000 }
A:link {color: black}
A:hover.link { background: #ffff00; } 
A:visited {color: green}
A:active {color: red} 

/* font {font-family: san-serif; font-style: normal; font-size: 12pt} */
/* font {font-family: georgia; font-style: normal; font-size: small} */

p {text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000 }

p.center {text-align: center}

p.left {text-align: left}

/*#heading {font-size: 18pt}*/

#heading {font-size: 18pt; font-family: Verdana, Arial, Helvetica, sans-serif;}

/*#bigger {font-size: 20pt}*/

#bigger {font-size: 20pt}

#copyright  {font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-style: italic; font-size: 8pt}
