body {
background-color: White;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
font-family: Tahoma;
color: White;
margin: 0px
}

a:link {
color: white;
text-decoration: none
}

a:visited {
color: white;
text-decoration: none
}

a:active {
color: white;
text-decoration: none
}

a:hover {
color: red;
text-decoration: none
}
