body { 
	font-family: verdana;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #e5970f;
} 
	
	a:hover { 
		text-decoration: underline;
		color: black;
	}

h2 { 
		color: #e5970f;
}