﻿/* style all the links */
.links a, .links :visited {
	font-family:sans-serif;
	color:#800000;
	text-decoration:none;
}

/* style the links hover */
.links :hover{
	color:#003300;
}

/* style the links */
.links a {
	color:#800000;	
}