/* CSS Document */

body	{
		background-color: #000000;
		color: black;
		}
h1	{
		font-family: Verdana;
		font-size: 24px;
		color: #ffffff;
		}
h2	{
		font-family: Verdana;
		font-size: 18px;
		color: #ffffff;
		}
h4	{
		font-family: arial;
		font-size: 13px;
		color: #C0C0C0;
		}
p	{
		margin-left: 20px;
		margin-top: 5x;
		margin-bottom: 0;
		border: 0px solid yellow;
		}
td	{
		font-family: arial;
		font-size: 13px; 
		font-color:#808080;
		}
		
a {		color: #8080FF;}
a:visited	{color: #00FFFF;}
a:active	{color: #FF0000;}
a:hover		{color: #4040FF;}

#main {
		position: absolute;
		left: 0px;
		tops: 0px;
		border: 0px solid green;
		}

body		{font: bold 20px Georgia, Times, serif; black;}
ul		{list-style-type: none; padding: 0; width: 140px; background-color: black; border: 3px solid black;}
li		{padding-left: 0px; padding-bottom: 0px; border-bottom: 3px solid black;}
a 		{color: #8080FF; text-decoration: none; display: block;}
a:link		{color: #8080FF;}
a:visited	{color: #00FFFF;}
a:active	{color: #FF0000;}
a:hover		{color: #4040FF; background-color: black;}

#content {
		position: absolute;
		left: 200px;
		tops: 0px;
		border: 0px solid red;
		}

/*navigation area */

/*a.nav			{font-size: bold 20px Georgia, Times, serif; white;}*/
a.nav:link		{font-family: Georgia, Times, serif; font-size: bold 20px; color: #8080FF;}
a.nav:visited	{color: #00FFFF;}
a.nav:active	{color: #FF0000;}
a.nav:hover		{color: #4040FF;}

a.nav:ul			{list-style-type: none; padding: 0; width: 140px; border: 0px solid white;}
a.nav:li			{padding-left: 0px; padding-bottom: 0px; border-bottom: 0px solid white;}