body {
background-color: black;
color: white;
font-size: 18px;
font-weight: bold;
font-style: italic;
text-decoration: none;
font-family: Trebuchet,Times,Georgia,Garamond,Courier;
}
a:link {
color: #AA0000;
text-decoration: none;
}
a:visited {
color: #AA0000;
text-decoration: none;
}
a:hover {
color: #FF0000;
text-decoration: none;
}
a:active {
color: #FF0000;
text-decoration: none;
}
#wrapper {
width: 100%;
}
#logo {
width: 30%;
margin: 8%;
margin-left: 34%;
}      
img {
width: 100%;
}