body {
background-color: #52745e;
color:#ded8c9;}

a {
text-decoration: none;
}
a:link {
color:#000;
}
a:visited {
color:#000;
}
a:hover {
color:#ded8c9;
}

p.title { 
font-style: italic; 
font-weight: bold; 
text-decoration: underline;
}

#container {
width: 600px;
background: #000000;
}

#header {
background: #000000;
width: 100%;
height: 300px;
}

#navigation {
width: 100%;
background: #52745e;
margin: 0 auto 0 auto;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}

#content {
background: #52745e;
text-align: left;
padding-left: 10px;
padding-top: 20px;
padding-right: 10px;
}

#copy {
background: #52745e;
text-align: center;
margin: 0 auto 0 auto;
padding-bottom: 10px;
}

img { 
border: 0px;
}

#stats {
padding: 5px;
background-color: #9ca6ac;
border: solid 1px #fff;
margin: 0 auto 0 auto;
width: 70%;
}

table.coll {
border-collapse: collapse;
}