/* 
Stylesheet for legacyweb.com/scifibook by Clair
*/

/* standard elements */

body {
	margin: 10px;
	background-color: #000000;
	}

body, tr, td, th, p, blockquote, li, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: #000000;
	}

a, a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #336600;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #99CC33;
	font-weight: bold;
	}
	
h1  { 
	font-size: 20px; 
	}	
	
h2 { 
	font-size: 18px; 
	}
	
h3 { 
	font-size: 16px;  
	}
	
h4, h5, h6 { 
	font-size: 14px; 
	}

UL {
	list-style-type: square;
	}

UL UL {
	list-style-type: disc;
	}

UL UL UL {
	list-style-type: circle; 
	}

PRE, CODE { 
	font-family: Courier New, Courier, mono;
	font-size: 12px; 
	}
	
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: #CCCCCC;
	background-color:#EEEEEE;
	}

a:visited {  
	color: #000000; 
	}

a:hover, a:active {  
	color: #99CC33; 
	}

.green {

	color: #99CC33! important;
}

.grey {
	color: #666666! important;
	}

.white {
	color:#FFFFFF ! important;
	}

.smtxt  {
	font-size: 11px ! important;
	}

.smgreen {
	color: #99CC33! important;
	font-size: 10px;
}
.smgrey {
	color: #666666! important;
	font-size: 11px! important;
	}

.smwhite  {
	color: #FFFFFF ! important;
	font-size: 11px ! important;
	}

.tinytext {
	font-size: 10px ! important;
	}






