/*
Created 27/06/2004

Author:
Tim Gruar
jennings-gruar@paradise.net.nz

Add update notes here:
*/

body {
	font-family : tahoma,arial,verdana,helvetica;
	color : #000;
	font-size : 8px;
	background-color: #000000;
	margin: 0px;
	scrollbar-arrow-color : #000000;
	scrollbar-base-color : #FF6600;
	scrollbar-highlight-color : #FF6600;
	scrollbar-shadow-color : #000000;
	scrollbar-darkshadow-color : #FF6600;
	scrollbar-track-color : #808080;
}

td {
	font-family : tahoma,arial,verdana,helvetica;
	/*color : #000;*/
	font-size : 11px;
}

a {
	font-family : tahoma,arial,verdana,tahoma,helvetica;
	color : #FF6600;
	text-decoration : none;
}
a:hover {
	color : #FF6600;
	text-decoration : underline;
}
/*a:visited {
	color : #FF0000;
	text-decoration : none;
}