body { 
	 font-family : Arial, sans-serif;
	 font-size: small;
	 margin-left : 120px; 
	 background: #FFFFFF  url(../images/sidebar.gif);
	 color: #000000;
}

h1 { 
	 font-family : "P22 Typewriter", "Courier New", monospace;
	 font-size: x-large;
	 color : #FF0000;
	 background : transparent;
	 text-align : center;
}

h2 { 
	 font-family : "P22 Typewriter", "Courier New", monospace;
	 font-size: large;
	 color : #FF0000;
	 background : transparent;
	 text-align : center;
}

/* This is to handle the links within the menu bar */
a.menu { 
	 font-family: "Calisto MT", serif;
	 font-size : medium;
	 font-weight : bold;
	 text-decoration : none;
	 color : yellow;
	 background : transparent
}

/* These are for the colored table cells of my menu system */

td.home { background-color: #FF0000; }
td.news { background-color: #E80000; }
td.tv { background-color: #CC0000; }
td.book { background-color: #990000; }
td.fan { background-color: #660000; }
td.awards { background-color: #330000; }
td.links { background-color: #000000; }

/* This is to span over multiple lines in my 
footer information
*/
.footer {
	font-family: Arial, sans-serif;
	font-size: x-small;
}

/* This mod's the .footer seen above for special cases
of Anchors within the footer
*/
a.footer {
	font-family: "Lucida Bright", serif;
	font-size: x-small;
	text-decoration: none;
}       

/* This is the proper manner in which to take a border off a link in NS.
Unfortunately, NS does not support this in its brain dead implementation
of CSS1.  Sigh.  Must use deprecated elements.
*/
a:link img { border: none}
a:visited img { border : none }
a:active img  { border : none }

img.bullet {
	float: left;
}

li { list-style-type: disc;
     list-style-position: outside
}

li.none {  list-style-type: none;
	   list-style-position: outside;
}

/* Images don't work with NS 4.  Sigh. */
li.bullet {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

li.hole {
	list-style-image: url(../images/hole.gif);
	list-style-position: outside;
}

/* This is for The Board, Web Style */
td.boardinfo {
	font-size: x-small;
}

td.boardheader {
	font-size: small;
	font-weight: bold;
}

.open {
	color: #FF0000;
}

.old {
	color: #0000FF;
}
.board {
	font-size: large;
	font-weight: bold;
}

