body {
margin-left:0;
margin-right:0;
padding-left:0;
padding-right:0
}

#newsbar {
font-family:arial;
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-family:georgia;
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
}

.mnu  {
display:inline-block;
font-family:arial;
font-size:11pt;
}

.mnu a:link {
    color: white;
    padding-top: 5px;
    padding-bottom:5px;
    padding-left:16px;
    padding-right:16px;
    text-decoration: none;
    font-weight:bold;
    text-align: center;
    border: thin solid black;
    border-radius: 25px;
    background-color: black;
    margin:5px
}


.mnu a:visited {
    color: white;
    padding-top: 5px;
    padding-bottom:5px;
    padding-left:16px;
    padding-right:16px;
    text-decoration: none;
    font-weight:bold;
    text-align: center;
    border: thin solid black;
    border-radius: 25px;
    background-color: black;
    margin:5px
}

.mnu a:hover {
    color: black;
    padding-top: 5px;
    padding-bottom:5px;
    padding-left:16px;
    padding-right:16px;
    text-decoration: none;
    font-weight:bold;
    text-align: center;
    border: thin solid black;
    border-radius: 25px;
    background-color: white;
    margin:5px
}




#navmenu {
font-family:arial;
font-size:14pt;
color: white;
font-weight: bold;
border-top: thin solid white;
border-bottom: thin solid white;
text-align:center
}

#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-family:arial;
font-size:10pt;
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
}

.desc {
font-size:10pt;
padding-left:15px
}