body {
background-color: black;
background-image: url(../images/knightwarrior1.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
font-family: Tahoma;
color: white;
padding: 0px;
margin: 0px
}

img {
border-color: blue
}

a:link {
color: blue;
text-decoration: none
}

a:visited {
color: blue;
text-decoration: none
}

a:active {
color: blue;
text-decoration: none
}

a:hover {
color: red;
text-decoration: none
}