body {
    background-color:black;
    margin:0px 0px;
    padding:0px; 
    font-family: Sans-serif;
}

.centerwrap {
    padding-top: 10px;
    color:white;
    width:772px;
    margin:0px auto;
}

a:link {
    color:white;
    text-decoration:underline;
}

a:visited {
    color:grey;
    text-decoration:underline;
}

.menu {
    font-family: 'Courier New', 'Nimbus Mono L', Courier, monospace;
    font-weight:bold;
    font-size:1.4em;
    margin-bottom: -15px;
    text-align: center;
}

a.menuitem:link {
    color: white;
    text-decoration: none;
}

a.menuitem:visited {
    color: white;
    text-decoration:none;
}




h1 {
    padding-top:20px;
    text-align: center;
}

h1, h2, h3 {
    font-family: 'Courier New', 'Nimbus Mono L', Courier, monospace;
}

.author {
    font-family: 'Courier New', 'Nimbus Mono L', Courier, monospace;
}

.date {
    font-family: 'Courier New', 'Nimbus Mono L', Courier, monospace;
}

.newsdate {
	display: inline;
	font-weight: bold;
	font-style: italic;
	margin-right: 0.3em;
}


.linkslist li {
	margin-bottom: 10px;
}
