
body {
background-color: #550000;
text-color: #ffffff
}

a:link			{color:#ffcc00}
a:visited		{color:#ffcc00}
a:active		{color:#ffcc00}
a:hover			{color:yellow}
a.yellow		{color:yellow}
a.yellow:visited	{color:yellow}
a.yellow:hover		{color:yellow}
a.red			{color:red}
a.red:visited		{color:red}
a.red:hover		{color:red}
a.red2			{color:red}
a.red2:visited		{color:red}
a.red2:hover		{color:#ff99ff}
a.blue			{color:blue}
a.blue:visited		{color:blue}
a.blue:hover		{color:#E025AD}