.mytext {
 	color:black; font-size:12pt; font-family:"times new roman";
}


a:link {
	color: #663300;
	text-decoration: underline;
}

a:hover {
	color: #66330; 
	text-decoration: underline;
	}

a:visited{
	color: #003333; 
	text-decoration: underline;
	}


.nav {
 	color:black; font-size:12pt; font-family:"times new roman";
}


a.nav:link {
	color: #663300;
	text-decoration: underline;
}

a.nav:hover {
	text-decoration: underline;
	color:#663300;
	}

a.nav:visited {
	text-decoration: underline;
	color:#003333;
	}

