body {
background-color: #e0dbdf;
font-family: times new roman; letter-spacing: 2px;
color:#000000;}

a:link {color:#b957ab; cursor: default; letter-spacing: 2px; text-decoration: none; font-weight: bold;}
a:visited {color:#b957ab; cursor: default; letter-spacing: 2px; text-decoration: none; font-weight: bold;}
a:hover {color:#f7365f; cursor: crosshair; letter-spacing: 2px; text-decoration: none; font-weight: bold;}

#container {
width: 800px;
margin: 20px 40px 30px 40px;
}

#header {
background: #e0dbdf;
width: 100%;
height: 250px;
padding-top: 0px;
}

#navigation {
background: #e0dbdf;
width: 800px;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}

#content {
background: #ffffff;
width: 774px;
text-align: left;
padding-left: 10px;
padding-right: 10px;
border: 3px;
border-style: solid;
border-color: #000000;
}

#footer {
clear: both;
}

#copy {
background: #ffffff;
text-align: center;
margin: 0 auto 0 auto;
padding-top: 5px;
padding-bottom: 5px;
border-style: solid;
border-color: #000000;
border-right-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-top-width: 1px;
width: 500px;
}

p.central {
margin: 0 auto 0 auto;
text-align: center;
}

p.title, p.special { 
font-style: italic; 
font-weight: bold; 
text-decoration: underline;
}

img { 
border: 0px;
}

#stats {
padding: 5px;
background-color: #f5e7f2;
border: solid 1px #efd9eb;
margin: 0 auto 0 auto;
width: 70%;
}

table.coll {
border-collapse: collapse;
}