body {
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.96em;
 background-color: white;
 background-image: url(../img/background.jpg);
 background-repeat: no-repeat;
 background-attachment: fixed;
 text-align: left;
 cursor: crosshair;
 padding: 0;
}

a {
 text-decoration: none;
 color: #purple;
}
a:visited {
 color: #purple;
}
a:hover {
 color: #fbfbfb;
 cursor: crosshair;
}

p {
 font-size: 0.96em;
}
li {
 font-size: 0.96em;
}