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


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

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

#footertext {
	font-size: 90%;
}

#bodytext {
/*	font-size: 13pt;*/
	font-family: Bookman-Demi, Bookman, Palatino, Georgia, Times, 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;
}
