A {
		color: #ffffff;
		text-decoration: none;
}

A:visited {
		color: #C0C0C0;
		text-decoration: none;
}

A:hover {
		color: #FFFF80;
            text-decoration: underline;
}

A.sl {
		color: #0099ff;
		text-decoration: none;
}

A.blue {
		color: #0066cc;
		text-decoration: none;
}
A.blue:visited {
		color: #0099ff;
}
A.blue:hover	{
		color: #0066cc;
		text-decoration: underline;
}
A.red {
		color: #993333;
		text-decoration: none;
}
A.red:visited {
		color: #cc0000;
}
A.red:hover	{
		color: #993333;
		text-decoration: underline;
}
A.yellow {
		color: #FFFF80;
		text-decoration: none;
}
A.yellow:visited {
		color: #ffffCC;
}
A.yellow:hover	{
		color: #FFFF80;
		text-decoration: underline;
}
A.tan {
		color: #cccc99;
		text-decoration: none;
}
A.yellow:visited {
		color: #cccc99;
}
A.yellow:hover	{
		color: #cccc99;
		text-decoration: underline;
}
