.nav2	{
			background-color: #ffcc33;
			text-decoration: none;
			vertical-align: middle;
			color: black;
			font-family: Arial;
			font-size: 10pt;
			font-weight: bold
		}

div		{

			background-color: white;
		}



li		{
			font-family: arial;
			font-size: 2;
			color: #990000;
		}


a:link 	{
			text-decoration: none;
			color: #000066;
			font-family: Arial;
			background-color: #cccccc;
		}

a:visited {
			text-decoration: none;
			color: #660066;
			font-family: Arial;
		}

p		{
			font-family: arial;
			font-size: 3;
		}
		
.active		{
			background-color: #663300;
			color: White;
			font-family: Arial;
			vertical-align: middle;
		}
		
.dist		{
			color: white;
			background-color: #990000;
		}