body { background:#000; } 
a:link { color: #C04; } 
a:visited { color:#F00; }
a:hover { color:#F00; }

IMG { border:0; }
TABLE { border:0; cellspacing:0; cellpadding:0; }

#header1 { font: 25px arial; text-decoration: underline; font-weight: bold; } 
#header2 { font: 20px times; text-decoration: underline; }
#header2b { font: 20px times; text-decoration: underline; font-weight:bold; }

#novelheader {font: 30px arial; font-weight: bold;}
#novelsubtitle {font: 18px arial; font-weight: bold;}

#quote { font: 15px times; text-align: center; padding: 10px; }
#spacer { font: 10px times; }

#mainpage { width:800px; background:#CCC; }
#content { position:relative; width:770px; background:#CCC; padding:15px; font:17px times; text-align: left; }
#defaultfont {font:17px times;}
#smallfont {font: 12px times;}


#menubar { background: #902; height:30px; width:800px; font:18px arial; text-align:left; font-weight:bold; }
#menubar a { padding: 6px 17px 3px; position: relative; top: 5px } 
#menubar a:link, #menubar a:visited { color: #FFF; background-color: #902; text-decoration: none; font-weight: bold; }
#menubar a:hover { color: #FFF; background-color: #000; text-decoration: none; font-weight: bold; } 


#outsidelink a:hover { color: #00C; background-color: #DDF; text-decoration: none; font-weight: none; } 
#outsidelink a { padding: 3px 17px 3px; position: relative; top: 3px } 


.pauperlink
	{
		font-family: times;
		font-size: 17px;
		font-weight: none;
		text-align: right;
	}
	
A:hover.pauperlink
	{
		color: #00C; background-color: #DDF;
	}

#secondbar { background:#333; height:28px; width:800px; font:17px times; text-decoration: none; text-align:left; font-weight: none; }
#secondbar a { padding: 4px 20px 6px; position:relative; top: 4px}
#secondbar a:link, 
#secondbar a:visited { color:#FFF; background-color:#333; text-decoration:none; font-weight: none; }
#secondbar a:hover { color:#FFF; background-color:#000; text-decoration:none; font-weight: none; }



#footer { padding: 3px 0px 0px; position: relative; color: #FFF; background: #902; height: 18px; width: 800px; font: 13px times; text-align: left; }

