a{    
	color: black;
} 

a.markread:visited{    
	color: white;
}

.nav:link {
	text-decoration: none;
	text-shadow: #124443 4px 4px 3px;
	color: #FFFFFF;
}
.nav:visited {
	text-decoration: none;
	text-shadow: #124443 4px 4px 3px;
	color: #FFFFFF;
}
.nav:hover {
	text-decoration: underline;
	text-shadow: #124443 4px 4px 3px;
	color: #FFFFFF;
}
.nav:active {
	text-decoration: none;
	text-shadow: #124443 4px 4px 3px;
    	color: #FFFFFF;
}
.location:link {
	text-decoration: none;
	text-shadow: #124443 4px 4px 3px;
	color: #FF8401;
}
.location:visited {
	text-decoration: none;
	text-shadow: #124443 4px 4px 3px;
	color: #FF8401;
}
.location:hover {
	text-decoration: none;
	text-shadow: #124443 4px 4px 3px;
	color: #FF8401;
}
.location:active {
	text-decoration: none;
	text-shadow: #124443 4px 4px 3px;
    	color: #FF8401;
}
.separator {
	border-right-style: solid; 
	border-right-color: #FFFFFF; 
	border-right-width: 1px;
	padding-right:6px;
	padding-left:6px;
}
.headertext {
	text-shadow: #124443 4px 4px 3px;
    	color: #FFFFFF;
}
