body {
background-color: black;
background-image: url(/images/background.jpg);
background-repeat: repeat-y;
font-family: Tahoma;
color: aqua
}

a:link {
color: aqua;
text-decoration: none
}

a:visited {
color: aqua;
text-decoration: none
}

a:active {
color: aqua;
text-decoration: none
}

a:hover {
color: red;
text-decoration: none
}
a.red:link {
color: red;
text-decoration: none
}

a.red:visited {
color: red;
text-decoration: none
}

a.red:active {
color: red;
text-decoration: none
}

a.red:hover {
color: aqua;
text-decoration: none
}

