

    	table.nav  			{
    						width: 800px;
    						}
					
    	table.nav a:link,table.nav a:visited 	{color: white;
					 		font-weight: bold;
							text-decoration: none;
							font-size: medium;  
    						}
    	table.nav a:hover 	{color: lightgrey;
					 		font-weight: bold;
							text-decoration: underline;
							font-size: medium;							
    						} 
		table.nav tr td		{
							background-color: darkblue;
							text-align: center;														
							border-color: white;
							padding-top: 0px;
							padding-bottom: 0px;
							}
		table.nav tr td.link		{
							border-right-style: solid;
							border-width: 1px;
							padding-right: 10px;
							padding-left: 10px;
							}
		table.nav tr td.last		{
							padding-right: 10px;
							padding-left: 10px;
							}
		table.nav tr td.space		{
							border-style: none;
							width: 20px;
							}
		.title			{
							text-align:center; 
							margin-top:0px; 
							margin-bottom:5px; 
							color:darkblue
							}							
 		h1, h2, h3			{
							color:darkblue
							}
