

#nav {
	position: absolute;
	left: 14px;
	top: 16px;
	width: 171px;
	background-color:#CCFFFF;
	padding: 5px;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	height: 672px;

		}
#content {
        margin-left: 190px;
        margin-top: 20px;
        }
p 		{
        font-family: Verdana;
		font-size: 0.8em;
		}	
a.nav {		
		color: rgb(132, 0, 132);
		text-decoration: none;
		}
a.nav:hover {
		color:Red;
		text-decoration: none;		
		}
a.footer {		
		color: rgb(132, 0, 132);
		text-decoration: none;
		font-family: Verdana;
		font-size: 0.6em;
		}
a.footer:hover {
		color:red;
		text-decoration: none;		
		}
td {
		background-color: #CCFFFF;		 
		}
#navlist li {
		display: inline;
		list-style-type: none;
		text-decoration: none;
		}

				
				
