		a:link  {
			text-decoration : underline;
			color : #949494;
			font-family : Arial;
		}
		a:hover  {
			text-decoration : underline;
			color : #FBE8AF;
			background-color : Gray;		
		}
		a:active  {
			text-decoration : underline;
			color : #FBE8AF;
			background-color : Gray;
		}
		a:visited  {
			text-decoration : underline;
		}
		.nav_link {
			font-family: Arial; 
			font-size: 14px;		
		}
		.heading {
			font-family: Times New Roman;
			font-size: 16px; 
			font-weight: bold;
			color: #3b3b3b;
		}	
		.copy {
			line-height: 20px; 
			font-family: Arial; 
			color: Black;
			font-size: 14px;		
		}	
		.footer {
			line-height: 10px; 
			font-family: Arial; 
			font-size: 10px;		
			color: #949494;
		}	