/* CSS Document */



a:link {
	color: #232323; 
	text-decoration: underline; 
}
a:visited {
	color: #232323; 
	text-decoration: underline;
}
a:hover {
	color: #b60000; 
	text-decoration: underline;
}
a:active {
	color: white; 
	text-decoration: none;
	background-color: #750000 
}


.leftLinks a:link, .leftLinks a:visited, a.red:link, a.red:visited {
	color: #750000; 
	text-decoration: underline;
}
.leftLinks a:hover, a.red:hover {
	color: #b60000; 
	text-decoration: underline;
}
.leftLinks a:active, a.red:active {
	color: white; 
	text-decoration: none;
	background-color: #750000 
}

h2 a:link, h2 a:visited {
	color: #660000; 
	text-decoration: underline;
}
h2 a:hover {
	color: #b60000; 
	text-decoration: underline;
}
h2 a:active {
	color: white; 
	text-decoration: none;
	background-color: #750000 
}


a.yellow:link, a.yellow:visited {
	color: #f3e6ce; 
	text-decoration: underline;
}
a.yellow:hover {
	color: #f3e6ce; 
	text-decoration: underline;
}
a.yellow:active {
	color: #f3e6ce; 
	text-decoration: none;
	background-color: #750000
}



