body {
color: black;
font: 80% Arial, Helvetica, sans-serif;
background: white;
text-align: center;
}
#wrapper {
position: relative;
width: 768px;
margin-left: auto;
margin-right: auto;
text-align: left;
border: 2px solid rgb(153, 102, 204);
}
img {
border: none;
}
.clearboth {
clear: both;
}
#header {
height: 100px;
}
#navbar {
position: relative;
float: left;
width: 155px;
margin-left: 4px;
display: inline;
font-size: .9em;
}
#content {
margin-left: 185px;
padding-right: 10px;
}
h1 {
font-size: 145%;
}
#footer {
color: white;
text-align: center;
padding: 4px 0;
background-color: rgb(146, 118, 202);
margin-top: 5px;
font-size: .8em;
font-weight: bold;
}
#footer a:link, #footer a:visited {
color: white;
text-decoration: underline;
}
#footer a:hover {
color: yellow;
text-decoration: underline;
}
.blue {
color: rgb(153, 0, 204);
}
.small {
font-size: .85em;
}
.txtright {
text-align: right;
}
.txtleft {
text-align: left;
}
.right {
float: right;
margin: 0 0 10px 10px;
display: inline;
}
.left {
float: left;
margin: 0 5px 5px 0;
display: inline;
}
.center {
text-align: center;
}
.keyline {
border: 1px solid black;
}
h3 {
font-size: 1.1em;
}
#navbar ul {
list-style: url(images/bullet.gif) none outside;
}
#navbar ul ul {
list-style: disc outside;
margin-left: 5px;
}
#content li {
padding: 4px 0 0 3px;
}
