body {
  background: #3d3d3d;
  font: 11px georgia;
  color: #dfdfdf;
  text-align: justify;
  margin: 0px; 
  padding: 0px;
  letter-spacing: 1px;
  line-height: 20px;
  }

#layout { 
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  }

#nav { 
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 600px;
  background: #130a1c;
  padding-top: 4px;
  padding-bottom: 4px;
  }

#content {
  width: 580px;
  background: #000000;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  }

#footer {
  margin-top: 20px;
  padding-top: 5px;
  margin-bottom: 10px;
  font: 10px georgia;
  border-top: 1px dashed #ffeacb;
  line-height: 13px;
  }

a { 
  text-decoration: none; 
  color: #be5dec;
  letter-spacing: 1px;
  border-bottom: 0px solid #d3a6cb; 
  }

a:hover {
  color: #7e5cb1; 
  border-bottom: 0px solid #d3a6cb;
  }

input, textarea{
  background-color: #201230;
  font: 11px arial;
  color: #ffffff;
  letter-spacing: 1px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #63497f;
  padding: 3px; }

option, select {
  background-color: #201230;
  font: 11px arial;
  color: #ffffff;
  letter-spacing: 1px;
  border: 0px solid #775C3F;
  padding: 2px; }

select {border: 1px solid #63497f; }

div.header, h2{ 
  font: 18px times new roman;
  font-style: italic;
  color: #ce4589;
  border-right: 0px solid #c2d327;
  background: transparent;
  text-align: left;
  letter-spacing: 7px;
  text-transform: lowercase;
  margin-bottom: 2px;
  padding-left: 80px;
  }

b {
  color: #f98fb5; }

i {
  color: #cf84c2; }

div.stats {
  width: 400px;
  background: #201230;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding: 10px;
  color: #f8e3fe;
  border: 1px dotted #63497f;
  font: 10px georgia;
  line-height: 14px;
  }

div.sheader{ 
  font: 10px georgia;
  color: #ae5cc5;
  border-bottom: 0px dashed #674730;
  background: transparent;
  text-align: left;
  letter-spacing: 1px;
  text-transform: lowercase;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 2px;
  padding-left: 40px;
  }


#nav ul {
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	width: 100%;
	font: 11px georgia;
	text-transform: uppercase;
	text-align: center;
	}

#nav ul li { 
	display: inline; 
	margin-left: 0;
	margin-right: 0;
	}

#nav ul li a {
	color: #ffc8e3;
	border-bottom: 0px;
	padding: 10px;
        padding-top: 7px;
        padding-bottom: 7px;
	background: #201230;
        border: 1px solid #201230;
        letter-spacing: 3px;
	}

#nav ul li a:hover {
        color: #ffffff;
        border: 1px dotted #63497f;
        background: #201230;
        text-decoration: none;
        }

.codes img {
        border: 6px solid #201230;
        }

#content .maintable b {
        color: #be5dec;
        }