#allcontent {
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
font-family: Georgia, serif;}

#navcontainer ul{
margin: 0;
padding: 5;
list-style-type: none;
text-align: left;
background: url(images/menubar.gif) repeat;
height: 24px;
}

#navcontainer ul li {
display: inline;
}

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: maroon;
}

#navcontainer ul li a:linked
{
color: black;
}

#navcontainer ul li a:hover
{
color: black;
border-bottom: 3px maroon solid;
}


#left {
width: 518px;
float: left;
border-bottom-style: solid;
border-bottom-color: gray;
border-bottom-width: thin;
}

#right {
width: 250px;
float: right;
border-top-stye: 2px;
border-top-color: black;
text-align: justify;}

#issue ul { 
margin: 0px;
padding: 7px;
}

#issue ul li {
display: inline;
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
background-color: white;
text-decoration: none;
color: gray;
}

h1 {
font-size: small;
font-family: Gill Sans MT, sans-serif;
}
h2 {
font-size: x-large;
font-family: Georgia, serif;
color: maroon;
}
h4 {
font-size: x-small;
font-family: Gill Sans MT, sans-serif;
color: gray;
}

#date {
border-top: 2px solid;
border-bottom: 1px dotted;
padding: 0px;
margin: 7px;
font-size: small;
color: gray;
}

.by {
color: gray;
}

.name {
color: black;
}