
body {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

color: #000000;

background-color: #AAAAAAA;
//previously: #DDDDDD for light gray bg with #333333 color
}

p {

font-size: 16px;

width: 80%;

}

li {
	
list-style-type: none;

line-height: 150%;

}

h1 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 18px;

font-weight: bold;

text-decoration: none;

color: #000000;

}

h2 {

font-family: Georgia, "Times New Roman", Times, sans-serif;

font-size: 64px;

font-weight: normal;

color: red;

border-bottom: 1px solid black;

}

timestamp {

text-decoration: none;

font-size: 12px;

font-weight: normal;

}

author {
font-weight: italic;

}

 a:link {

color: red;

text-decoration: underline;

font-weight: normal;

}

li :link {

color: red;

text-decoration: underline;

font-weight: normal;

font-size: 16px;

}

a:visited {

color: maroon;

text-decoration: underline;

font-weight: normal;


}

li a:visited {

color: red;

text-decoration: underline;

font-weight: normal;

font-size: 16px;

}

a:hover {

}

li a:hover {

}

a:active {

color: red;

text-decoration: underline;

font-weight: normal;

font-size: 16px;

}

#header {

background: #DDDDDD;
margin-top: 0px;
padding-right: 200px;
position: absolute;

z-index: 1;
}
#navigation {

position: absolute;

height: 100px;

margin: 0;

margin-top: 180px;

font-weight: normal;
}

#main {

position: absolute;

padding: 0 0 20px 0;

margin-top: 200px;

margin-left: 200px;
}

