/*external CSS file */

#nav
	{
	position: absolute;
	top: 75;
	left: 60;
	font-size: 10px;
	font-family: arial, verdana, helvetica, geneva;
	}

td
	{
	font-size: 10px;
	font-family: verdana, arial, helvetica, geneva;
	color: #000000;
	text-decoration : none;
	}
	
h1
	{
	font-family: verdana, arial, helvetica, geneva;
	font-size: 10px;
	line-height: 14pt;
	color: black;
	background: #ffcc00;
	font-weight: 6000;
	position: relative;
	left: -30;
	}
	
a
	{
	color: #ff9900;
	text-decoration: none;
	}

a:hover
	{
	color: #999999;
	}

table
	{
	position: relative;
	left: 50;
	background: white;
	}

