/*******************************************************************************************

FILE
	Red.css

DESCRIPTION
	The sub-style sheet which contains all colour definitions relating to the red theme

*******************************************************************************************/

a
{
	color: #CF0000;
	text-decoration: none;
}

a:visited
{
	color: #CF0000;
	text-decoration: none;
}

a:hover
{
	color: #FF9090;
	text-decoration: underline;
}

a:active
{
	color: red;
	text-decoration: underline;
}

a:link
{
	color: #CF0000;
}


