html {
overflow-y: scroll;
}
body {
margin: 20px 0 0 0;
font-size: 80%;
font-family: Arial, Helvetica, sans-serif;
background-color: rgb(255, 255, 240);
color: #000;
}
#wrapper {
margin: 0 auto;
width: 600px;
}
#navigation {
margin: 0 38px 0 39px;
}
#footer {
clear: both;
width: 600px;
margin: 0 auto;
}
.linevmargin {
margin: 2px 0;
}
#content li {
list-style: url(images/bullet.gif) disc outside;
margin-bottom: 5px;
}
#content ul.nobdr li {
list-style: none;
font-weight: bold;
}
a:link {
color: blue;
}
img.spaceleft {
margin-left: 8px;
}
a:visited {
color: purple;
}
a:hover {
color: rgb(199, 15, 255);
}
#content {
width: 600px;
margin-top: 10px;
}
h2 {
font-size: 2em;
}
.smaller {
font-size: .8em;
}
.right {
float: right;
margin-left: 8px;
margin-bottom: 5px;
}
.keyline {
border: solid 1px rgb(85, 85, 85);
}
.left {
float: left;
margin-right: 8px;
margin-bottom: 50px;
}
.center {
text-align: center;
}
.keyline {
border: 1px solid black;
}
span.purple {
color: purple;
}
img {
border-style: none;
}
.textright {
text-align: right;
}
fieldset {
border-style: none;
}
