BODY	{ background: url(imgs/BGstars.jpg);
	  color: #EE88EE;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  background-repeat: repeat }

div.body  { padding-left: 9em;
	    color: #EE88EE;
    	    background: url(imgs/BGstars.jpg) }

H1, H2, H3, H4, H5, H6	{ font-family: Verdana, Arial, Helvetica, sans-serif; color:#9900FF }
h1, h2, h3	{ text-align: center }

div.navbar ul  { list-style-type: none;
		 padding: 0;
		 margin: 0;
		 position: absolute;
	     	 background: #B5B ;
	     	 width: 8em;
	    	 height: 30em;
		 margin-left: 0px;
		 text-align: center;
	    	 font-family: Arial, Helvetica, sans-serif;
		 margin-right: auto }


/* workaround IE5 & 6 to support positon: fixed where in browsers where
** it is known to work.  This is kinda kludgy. */
body>div.navbar>ul  { position: fixed }
div.navbar a  { text-decoration: none;
		font-weight: bold } 

div.navbar a:link, div.navbar a:visited  { color: black }

a:link  { color: #3399FF}
a:visited  { color: purple }
a:hover, div.navbar a:hover  { color: maroon;
			       font-weight: bold }

ol	{ list-style-type: decimal; }
ul	{ list-style-type: disc; }

div.navbar ul li  { font-size: normal;
		    border-style: solid;
		    border-color: black;
		    border-top-width: 1px;
		    border-left-width: 0px;
		    border-right-width: 0px;
		    border-bottom-width: 1px; }
div.navbar ul li.image	{ border-top-width: 0px;
			  border-bottom-width: 0px; }
		 
/* DIV.redeye p { margin-top: 41px;
**                left: auto;
**                right: auto; }	      */
		
/*P    { font-family: Arial, Helvetica, sans-serif } */
	
div.main  { background: black;
	    padding-left: 3px;
	    padding-right: 3px;
	    padding-top: 0px;
	    padding-bottom: 0px;
	      color: #EE88EE }

p.indent  { text-indent: 1.5em }
p.note    { font-style: italic;
	    text-align: center; }
blockquote.quote	{ border-left-width: 3px;
			  border-top-width: 0px;
			  border-right-width: 0px;
			  border-bottom-width: 0px;
			  padding-left: 4px;
			  border-style: solid;
			  border-color: #EE88EE }
			  
.Topic {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #9900FF;
}

.ISpeak {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #9900FF;
}

.BoldSpeak {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #9900FF;
} 
.BoldSpeakYellow {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FFFF00;
}
.TopTitle {font-size: xx-large}