BODY { 
	background: black; 
	color: #08ff00; 
	font-family: verdana; 
}

A:link { background: black; color: #30a32c; }
A:visited { background: black; color: #08ff00; }
A:hover { background: black; color: #08ff00; font-weight: bold; }

PRE { background: black; color: #08ff00; }

P { text-align: justify; }

P.centre { text-align: center; }
P.underline { text-decoration: underline; }

H1 { font-weight: bold; font-family: verdana; text-align: center; background: black; color: #08ff00; }

H2 { font-weight: bold; font-family: verdana; text-align: center; background: black; color: #08ff00; }
H2.underline { font-weight: bold; font-family: verdana; text-decoration: underline; text-align: center; }

H3 { font-weight: bold; font-family: verdana; text-align: center; background: black; color: #08ff00; }

TEXTAREA {  font-family: verdana; }
SELECT { font-family: verdana; }
INPUT  { font-family: verdana; }

/* sidebar.php */
TABLE.sidebar {
	background: #30a32c;
}

TD.sidebar {
	width: 200px;
	text-align: center;
}

A.sidebar {
	background: #30a32c;
	color: black; 
	text-decoration: none;
	width: 200px;
}
a.sidebar:link {
	background: #30a32c;
	color: black; 
}
a.sidebar:visited {
	background: #30a32c;
	color: black; 
}
A.sidebar:hover {
	background: black;
	color: #08ff00;
}

/* header.php in root */
TABLE.indexHeader {
	background: #30a32c;
	height: 70px;
}

/* Generic TABLE header class */
TABLE.header {
	width: 100%;
	height: 70px;
}

/* Generic TABLE footer class */
TABLE.footer {
	background: #30a32c;
	width: 100%;
}
TD.footer {
	color: black;
	text-align: left;
}
