    
    A:link {color: blue}
    A:visited {color: purple}
	A:hover {color: brown} 
    H1 {font-size: 20pt; font-family: verdana; color: brown; line-height:65px; text-align: center}
    H2 {font-size: 14pt; font-family: verdana; color: brown; line-height: 35px}
    H3 {font-size: 10pt; font-family: verdana; color: brown; line-height: 5px}
	P {font-family: verdana; font-size: 10pt; text-indent: 0px}
	#navcontainer { width: 135px;
			align: center;
		 }
	ol { list-style-position: outside; list-style-type: decimal;}
	
	li { font-size: 10pt; font-family: verdana; margin-left:1em;}

     
		
		
		
		#navcontainer a
		{
			display: block;
			padding-top: 5px;
			padding-right: 0px;
			padding-bottom: 5px;
			padding-left: 0px;
			width: 110px;
			background-color: none;
			color: none;
			border-bottom: none;
			font-size: 9pt;
			color: #a52a2a;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-align: center;
			text-decoration: none;
			
		}
		
		#navcontainer a:link, #navlist a:visited
		{
			color: #a52a2E;
			text-decoration: none;
			align: right;
		}
		
		#navcontainer a:hover
		{
			background-color: darkorange;
			color: gold;
		}

		

 
