html {
overflow-y: scroll;
}
body {
margin: 0;
padding: 0;
font: 80% Arial, Helvetica, sans-serif;
color: black;
background: rgb(35, 54, 100) url(media/bkg3.gif) 50% 0 repeat-y;
}
#wrapper {
position: relative;
width: 750px;
margin: 0 auto;
}
#leftmenu {
top: 30px;
left: 8px;
width: 121px;
position: absolute;
}
#content {
position: absolute;
top: 10px;
left: 150px;
width: 550px;
}
#content a {
text-decoration: underline;
}
#content a:link, a:visited {
color:blue;
}
#content a:hover {
color: red;
}
.plclear {
clear: left
}
.color {
color: rgb(51, 51, 102);
}
h3 {
font-size: 1.2em;
color: rgb(51, 51, 102);
}
h2 {
font-size: 1.4em;
color: rgb(51, 51, 102);
}
.onedown {
font-size: .85em;
color: black;
}
h4 {
font-size: 1em;
}
.center {
text-align: center;
}
.right {
float: right;
margin-left: 10px;
margin-bottom: 10px;
display: inline;
background: repeat-y url(media/bkg3.gif) 50% top;
}
img {
border: none;
}
table {
width: 100%;
table-layout: auto;
}
table ul {
list-style: none;
}
col.w37p {
width: 37%;
}
col.w63p {
width: 63%;
}
.warning {
color:rgb(139,0,0);
}
