/* CSS Document */

body{
margin-top:0px;
font-family:georgia;
font-size:12px;
letter-spacing:2px;
color:#660033;}

#main{
width:600px;
margin: 0 auto 0 auto;
padding:0px;}

.title{
font-size: 30px;
font-style:italic;
color:#330000;
padding-left:10px;
margin-top:10px;}

.stats{
background-color:#F2E2DB;
border:#8A6415 3px dashed;
padding:5px;}

.content{
padding:5px;
margin-top:5px;
text-align:justify;}

#controls{
border:1px #663333 dashed;
padding:5px;
background-color:#F2E2DB;
text-align:center;
width:280px;}

a:link, a:visited, a:hover, a:active {
text-decoration:none;}

a:link{
color:#330033;
font-weight:bold;}

a:visited, a:active{
color:#9F3D1C;}

a:hover{
color:#964E49;
border-bottom:#990000 1px dotted;
border-spacing:2px;}

input, select, textarea {
background-color:#F2E2DB;
border:1px solid #663333;
padding:1px;}

