body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 0;
		background-color:#9cc;
		}

		
a:link {color: #008040;
		text-decoration: none;
		font-weight: bold;
		}
a:visited	{
		color:#008040;
		text-decoration:none;
		font-weight: bold;
		}	

a:hover	{
		color:#ffffff;
		text-decoration:underline;
		font-weight: bold;
		}
		
a:active	{
		color:#ffffff;
		text-decoration:none;
		font-weight: bold;
		}


.nav a:link {color: #fff;
		text-decoration: none;
		white-space: nowrap;
		white-space: nowrap;
		}
		
.nav a:visited	{
		color:#fff;
		text-decoration:none;
		white-space: nowrap;
		}	

.nav a:hover	{
		color:#9cf;
		text-decoration:none;
		white-space: nowrap;
		}
		
.nav a:active	{
		color:#cccccc;
		text-decoration:none;
		white-space: nowrap;
		}

		
.nav 	{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		white-space: nowrap;
		}
		
h1 		{	
		color:#000;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0px;
		}

.table	{
		padding:10px;
		}
		
		