a:link {
	color:#990000;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	color: #990000;
		text-decoration: none;
}

a:hover, active {
	color: red;
	text-decoration: underline;
}

a img { 
	border: none; 
}

a.menu2:link {
	color: red;
	text-decoration: none;
}

a.menu2:visited {
	color: red;
}

a.menu2:hover {
	color: red;
	text-decoration: underline;
	font-weight: bolder;
}

a.menu2:active {
	color: white;
	background-color: red;
	font-weight: bolder;
	font-decoration: underline;
}

a.onred:link {
	color: white;
	text-decoration: none;
}

a.onred:visited {
	color: #ffcccc;
	text-decoration: none;
}

a.onred:hover {
	color: white;
	text-decoration: underline;
	font-weight: bolder;
}

a.onred:active {
	color: red;
	background-color: white;
	font-weight: bolder;
	font-decoration: underline;
}

a.navigate {
	font-weight: bold;
	font-size:12px;
	line-height: 22px;
}

a img { 
	border: none; 
}

a.navigate:link {
	color: black;
	text-decoration: none;	
}

a.navigate:active {
	color: black;
	text-decoration: none;
}

a.navigate:visited {
	color: black;
	text-decoration: none;
}

a.navigate:hover {
	color: black;
	text-decoration: underline;
}

