body { 
margin: 0px;
color: #FFFFFF;
font-family: Courier New;
font-size: 11px;
background-color: #000000;
background-image: url(images/petervssylarback.jpg);
background-repeat: repeat-x;
background-position: center top;
}
h1,h2,h3,h4,h5,h6 {
border-top: 2px dashed #a70000;
font-weight: bold;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
}
a:link, a:visited {
color: #a70000;
text-decoration: none;
}
a:hover {
background-color: #a70000;
color: #000000;
}
#case {
width: 650px;
background-color: #000000;
margin-left: auto;
margin-right: auto;
}
#main {
width: 380px;
margin: 5px;
padding: 5px;
float: left;
background-color: #FFFFFF;
color: #000000
}
#side {
width: 240px;
height: inherit;
margin: 5px;
float: right; 
background-color: #FFFFFF;
color: #000000
}
#footer {
clear: both;
padding: 10px;
border-top: 1px dashed #a70000;
}
#side ul {
margin: 0px;
padding: 0px;
list-style: none;
}
#side li {
margin: 0px;
padding: 0px;
}
#side a {
padding: 5px;
display: block
}
.style1 {
font-size: 12px;
font-weight: bold;
}
