body {
margin-left:0;
margin-right:0;
padding-left:0;
padding-right:0
}

#newsbar {
font-size:10pt;
background-color:#d0d0d0;
width: 125px;
border: groove thick gray;
}

#newsbar a:link {
color: blue;
text-decoration: none
}

#newsbar a:visited {
color: blue;
text-decoration: none
}

#newsbar a:hover {
color: blue;
text-decoration: underline
}

#main {
font-size:12pt;
color: black;
margin: 15px
}

#main a:link {
color: blue;
text-decoration: none
}

#main a:visited {
color: blue;
text-decoration: none
}

#main a:hover {
color: white;
background-color: black;
text-decoration: none
}

#navmenu {
font-size:14pt;
color: white;
font-weight: bold;
border-top: thin solid white;
border-bottom: thin solid white
}

#navmenu a:link {
font-size:14pt;
color: white;
font-weight:bold;
text-decoration:none
}

#navmenu a:visited {
font-size:14pt;
color: white;
font-weight:bold;
text-decoration:none
}

#navmenu a:hover {
font-size:14pt;
color: black;
background-color:white;
font-weight:bold;
text-decoration:none
}

#footer {
font-size:12pt;
color:black;
width: 500;
background-color:gray;
border:thin dashed gold
}

.head {
font-size:22pt;
color:black;
font-weight:bold;
border-bottom: thin solid black
}

.list {
font-size:12pt;
color: black;
margin: 15px;
list-style-type: none
}