html {
overflow-y: scroll;
}
* {
margin: 0;
padding: 0;
}
a:focus {
outline: none;
}
body {
color: white;
font: 85% Arial, Helvetica, sans-serif;
background-color: black;
}
#wrapper {
position: relative;
width: 600px;
margin: 0 auto;
}
#content {
margin: 20px 10%;
}
img {
border: none;
}
a {
text-decoration: underline;
}
a:link, a:visited {
color: white;
}
a:hover {
color: rgb(204, 0, 0);
}
.onedown {
font-size: .9em;
}
.oneup {
font-size: 1.2em;
}
h3 {
font-size: 1.2em;
}
.center {
text-align: center;
}
p {
margin: 5px 5px;
}
img.right {
float: right;
margin: 0 0 8px 8px;
display: inline;
}
.subhead {
border: groove 6px rgb(238, 238, 238);
padding: 5px;
font-size: 115%;
font-weight: bold;
}
table {
width: 500px;
margin: 0 auto;
}
table td, table th {
width: 50%;
}
td.center {
text-align: center;
}
td#contact span {
display: none;
}
ul {
margin-left: 40px;
padding-left: 40px;
}
