BODY {
background-color: black;
background-repeat: repeat;
background-image: url(funkyback.jpg);
background-attachment: fixed;
}
BODY {
font-family: "Comic Sans MS";
margin: 7%;
}
P {
font-family: "Comic Sans MS";
text-indent: 5%;
color: white;
}
H1 {
color: white;
}
A:link, A:visited, A:active {
background-color: #333333;
font-weight: bold;
text-decoration: none;
color: white;
}
UL{
list-style-type: none;
}