body	{
background-color: #0C3051;
color: white
}

a		{color:yellow}
a.visited	{color:yellow}
A:hover		{color:yellow}
a.red		{color:red}
a.red:visited	{color:red}
a.red:hover	{color:#ff99ff}
a.blue		{color:blue}
a.blue:hover	{color:blue}
a.blue:visited	{color:blue}
a.white		{color:white}
a.white:hover	{color:white}
a.white:visited	{color:white}
