/***************** 

	Notes:	
	
	.7em for Win IE, and .75em for Win Nav
	
	Not sure what size to use for Mac Nav and Mac IE

******************/
	
body {
	background-color: #000000;
}

body 	{
	color: black;
	font-size: .75em;
	font-family: verdana, ariel, sans-serif;
	}
	
tr      {
	color: white;
	font-size: .75em;
	font-family: verdana, ariel, sans-serif;
	}	

.header {
	color: white;
	font-weight: bold;
	font-family: verdana, ariel, sans-serif;
	}

.text 	{
	color: white;
	font-family: verdana, ariel, sans-serif;
	}

A:link 	{
	color: blue;
	text-decoration: none;
	}

A:visited {
	color: blue;
	text-decoration: none;
	}

A:hover {
	color: red;
	text-decoration: none;
	}

