/* Stylesheet for Spencer's Guide to Woking (c) i-Lab Limited */
body {  
	background-color: #000000; 
	color: #FFFFFF; 
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	SCROLLBAR-ARROW-COLOR: #87CEEB; 
	SCROLLBAR-BASE-COLOR: #9932CC ; 
}
th {  font-weight: bold; color: #FFFFFF; font-size: x-small}
td {  font-size: 0.8em; color: #000000}
p {   color: #FFFFFF}
h1, h2, h3 { color: #0099FF }
h1 { text-align: center; }
h2 { font-size: 1.8em; }
a { color: #CCCCCC; text-decoration: none}
a:hover {  color: #FF99CC; text-decoration: underline}

/* Purples */
.c1  { background: #660099 }
.c1a { background: #9999CC }
.c1b { background: #CCCCFF }
.c1link { color: #663366 }
/* Blues */
.c2  { background: #003399 }
.c2a { background: #3399CC }
.c2b { background: #55BBEE }
.c2link { color: #000066 }
/* Reds */
.c3  { background: #993300 }
.c3a { background: #CC9966 }
.c3b { background: #DDAA77 }
.c3link { color: #660000 }
/* Greys */
.c4  { background: #333333; color: #FFFFFF }
.c4a { background: #666666 }
.c4b { background: #999999 }
