/* CSS Document */

body	{
		background-color: #ffffff;
		color: white;
		}
h1	{
		font-family: Verdana;
		font-size: 24px;
		color: #000000;
		}
h2	{
		font-family: Verdana;
		font-size: 18px;
		color: #000000;
		}
h3	{
		font-family: Verdana;
		font-size: 16px;
		color: #000000;
		}
h4	{
		font-family: arial;
		font-size: 13px;
		color: #808080;
		}
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: white; border: 3px solid white;}
li		{padding-left: 0px; padding-bottom: 0px; border-bottom: 3px solid white;}
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: white;}

#content {
		position: absolute;
		left: 200px;
		tops: 0px;
		border: 0px solid green;
		}
th	{color:#808080;}
td	{color:#808080;}
/*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;}