
a:link {
	color: #2C5B77;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2C5B77;
}
a:hover {
	text-decoration: none;
	color: #99B0BC;
}
a:active {

	text-decoration: none;
	color: #2C5B77;
}

.headtext {
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #2C5B77;
	
}
.headtext :link {
	color: #2C5B77;
	text-decoration: none;
}
.headtext :visited {
	text-decoration: none;
	color: #2C5B77;
}
.headtext :hover {
	text-decoration: none;
	color: #585858;
	
}
.headtext :active {
	text-decoration: none;
	color: #2C5B77;
}

.categories {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #2C5B77;
	
}
.categories :link {
	color: #2C5B77;
	text-decoration: none;
}
.categories :visited {
	text-decoration: none;
	color: #2C5B77;
}
.categories :hover {
	text-decoration: none;
	color: #585858;
}
.categories :active {
	text-decoration: none;
	color: #2C5B77;
}
