/*** Tom's Style Sheet **/


A:link { color: #ff0000 }
A:visited { color: #aa0000 }
A:hover { color: #ff7700 }
A:active { color: #ff0000 }

BODY { 
	color: #cc9933;
	background: black;
	font-family: "Bookman,serif";
/*	font-size: 12pt;*/
}

#footertext {
	font-size: 90%;
}

#bodytext {
/*	font-size: 12pt;*/
	font-family: Bookman, Bookman-Demi, serif;
}

#sidemenu {
/*	font-size: 12pt;*/
	font-family: Palatino, Bookman, Times New Roman, Times, serif;
}

#heading {
	font-family:"Courier", sans-serif;
	font-style: normal;
	font-weith: 700;
	font-size: 150%;
}

#headslant {
	font-style: italic;
	font-size: 125%;
	font-weight: 700;
}

