/* ----------------------------------------
file 		: screen.css
provides 	: style rules for on-screen displays in modern browsers
version 	: 1.1.1.1
date		: 2005.04.19
author 		: Ron Adams (eclip5e@ccs.neu.edu)
----------------------------------------*/


body {
background: #000;
font-family: Times, serif;
font-size: 1em;
color: #D9C797;
}

a:link, a:visited {
color: #cb6537;
text-decoration: none
}

a:hover {
text-decoration: underline
}

#container {
width: 800px;
margin-left: auto;
margin-right: auto;
}

#posts {
width: 600px;


#header {

width: 800px;
height: 300px;
}

#headertitle {

color: white;
text-align: center;
}

h1 {

font-size: 120%;
}

h2 {

font-size: 110%;

}


