body {background-color: #000; background-image: url(Boots.png); background-repeat: no-repeat; font-family: Georgia; font-weight: bold; font-style: italic; color: #fff; padding: 50px;}

a {font-style: normal; font-weight: normal}

a:link {
color: #fff; text-decoration: none;
}

a:visited {
color: #ccc; text-decoration: none;;
}

a:hover {
color: #fff; text-decoration: underline;
}

a:active {
color: #fff; text-decoration: underline;
}