
/*************** All links ***************/

td.alllinks {
	color: #900000;
	text-decoration: none;
	
}

a.alllinks, a.alllinks:visited {
	color:#900000;
	text-decoration: none;
}

a.alllinks:hover {
	color:#FF0000;
	text-decoration: underline;
}

/*************** Indigo ***************/

td.indigo {
	color: #0000EC;
	text-decoration: none;
	
}

a.indigo, a.indigo:visited {
	color:#0000EC;
	text-decoration: none;
}

a.indigo:hover {
	color:#FF0000;
	text-decoration: underline;
}

/*************** Bluered ***************/

td.bluered {
	color: #0000E6;
	text-decoration: none;
}

a.bluered, a.bluered:visited {
	color:#0000E6;
	text-decoration: none;
}

a.bluered:hover {
	color:#FF0000;
	text-decoration: underline;
}

/*************** Light blue ***************/

td.lightblue {
	color: #3399FF;
	text-decoration: none;
}

a.lightblue, a.lightblue:visited {
	color:#3399FF;
	text-decoration: none;
}

a.lightblue:hover {
	color:#FF0000;
	text-decoration: underline;
}
/*************** Yellow ***************/

td.yellow {
	color: #FFFF00;
	text-decoration: none;
	
}

a.yellow, a.yellow:visited {
	color:#FFFF00;
	text-decoration: none;
}

a.yellow:hover {
	color:#FF9900;
	text-decoration: none;
}