a { font-weight: bold;
text-decoration: none;
}

a:link {
color: black;
text-decoration:none;
}

a:visited {
color: blue;
}

a:hover {
text-decoration: none;
color: black;
background-color: white;
}

a:active {
color: aqua;
background-color: navy; }


#leftsidebar {
position: absolute;
top: 0px;
border-style: solid;
border-width: 2px;
border-color: brown;
background-color: #999966;
color: navy;
text-decoration: none;
font-family: Arial;
font-weight: normal;
font-size: x-small;
width: 200px;

}
#rightsidebar {
border-style: solid;
border-width: 2px;
border-color: brown;
background-color: #999966;
color: navy;
text-decoration: none;
font-family: Arial, sans-serif;
font-weight: normal;
font-size: x-small;
width: 200px;
height: 1200px;

}
div#newsidebar li {
list-style-type: none; }

#content {
position: absolute;
left: 300px;
top: 200px;
}

table { 
border-collapse:collapse;
border: 1px solid black;
font-family:Arial, sans-serif;
}

th {
text-align: left;
background:olive;
color:white;
padding: 0.2em }

#header { 
position: absolute;
left: 300px;
width: 600px;
height: 200px;
border-style: solid;
border-width: 2px;
border-color: brown;
background-color: grey;
font-weight: bold;
font-family:Arial, sans-serif;
color: white;
font-size: 28pt

}
#subheader {
position: absolute;
top: 93px;
left: 300px;
heigth: 125px;
background-color: grey;
font-family:Arial, sans-serif;
color: white;
font-size: 12pt

}
#content {
position: absolute;
top: 200px;
left: 300 px;
font-family: Arial, sans-serif;
font-weight: normal;
font-size: small;
width: 600px;
