
#mainContent a:link { 
		color: #663300;
		text-decoration: none;
		}
#mainContent a:visited { 
		color: #663300;
		text-decoration: none;
		}
#mainContent a:hover { 
		color: #cc6600;
		text-decoration: underline;
		}
#mainContent a:active { 
		color: #cc6600;
		text-decoration: underline;
		}