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


A:link { color: #ff0000 }
A:visited { color: #3030ff }
A:hover { color: #22aa55 }
A:active { color: #ff0044 }

<BODY BGCOLOR="#000000" TEXT="#FF3300" LINK="#FF0000" VLINK="#3030FF" ALINK="#00FF00">
BODY { 
	color: #ff3300;
	background: black;
	font-family: "Bookman,serif";
	font-size: 12pt;
}

#footertext {
	font-size: 11pt;
}

#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: 19pt;
}

#headslant {
	font-style: italic;
	font-size: 17pt;
	font-weight: 700;
}
