body {
background-color: #8a0000;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
color: #666;
}

a {
color: #8a0000;
text-decoration: none;
}

a:hover {
color: #c30000;
}

strong {
font-weight: bolder;
}

img, span {
behavior: url("iepngfix.htc");
}

span.skull {
background-repeat: no-repeat;
background-image: url("skull.gif");
background-position: 0px 0px;
padding-left: 30px;
margin-bottom: 10px;
display: block;
text-align: left;
}

span.next {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
letter-spacing: normal;
line-height: 1.5em;
display: block;
text-align: center;
margin: 20px 0px;
}

#footer {
width: 100%;
padding: 20px 0px;
text-align: center;
color: #ccc;
}

#footer a {
color: #666;
}