body, table {
    font-family: Charter,serif;
    font-weight: normal;
    color: #222;
    font-size: 16px;
    text-align: justify;
    margin: 0;
    padding: 0;
    background: #FFF;
}

div.pagewidth {
    padding: 80px 18% 25px 18%;
    background: inherit;
}

a {
    text-decoration: none;
    color: #490;
    font-style: normal;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #4B0;
}

a:visited {
    color: #360;
}

img {
	border: 1px #AAA solid;
}

img.right {
	float: right;
	margin: 10px 0px 10px 15px;
}

img.left {
	float: left;
	margin: 10px 15px 10px 0px;
}

table { 
    border: 1px #AAA solid;
    margin-left: 20px;
    border-collapse: collapse;
}

td, th { 
    padding: 8px 30px 2px 10px;
    text-align: justify;
}

th { 
    background-color: #DDD;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.small {
    font-size: 14px;
}

p.footnote {
	margin-top: 40px;
	padding-left: 20px;
	border-left: 3px #CCC solid;
	color: #444;
}

p.timestamp {
	font-size: 14px;
	color: #888;
	text-align: right;
	margin-bottom: 15px;
}

span.hashref {
    position: relative;
    top: -25px;
}

table.columns {
    width: 100%;
    margin: 0;
    border: 0;
}

table.columns td {
    width: 50%;
    padding: 0;
    text-align: justify;
    vertical-align: top;
}

table.columns td.left {
    padding-right: 10px;
}

table.columns td.right {
    padding-left: 10px;
}

del {
    opacity: 0.40;
    /* color: #AAA; */
}

nav#menu, address {
    background: #FFF;
    width: 100%;
    opacity: 0.75;
    padding: 0;
    margin: 0;
    color: #111;
    text-align: center;
    font-style: normal;
    position: fixed;
    left: 0;
}

nav#menu {
    top: 0;
}

address {
    bottom: 0;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 3px;
}

address:hover {
    opacity: 1;
    color: #444;
}

address a, address a:hover, address a:visited {
    color: inherit;
    font-weight: inherit;
}

nav#menu table {
    margin: auto;
    border: 0;
    border-collapse: collapse;
}

nav#menu table td {
    padding: 1px 30px 1px 30px;
    border-bottom: 2px #FFF solid;
}

nav#menu table td:hover {
    background: #EEE;
    border-bottom: 2px #490 solid;
}

nav#menu a, nav#menu a:visited {
    color: inherit;
    font-weight: bold;
    color: #490;
}

nav#menu a:hover {
    text-decoration: none;
    font-weight: bold;
}

footer div#footer {
    background: #DDD;
    border-top: 3px #AAA solid;
    padding-bottom: 80px;
    padding-top: 50px;
}

footer div#footer table.columns {
    background: inherit;
}

