body {
font-family: times new roman;
letter-spacing: 0px;
font-size: 10px;
text-align: justify;
color: #2F2A2C;
cursor: default;
background-color: #F3EBF7;
background-image: url(http://codegeass.org/mirror/bottombg5.png);
background-position: center bottom;
min-height: 707px;
height: 100%;
background-repeat: repeat-y;
}

.title {
padding:2px; 
font-family: georgia;
letter-spacing: 0px;
font-size: 17px;
text-align: justify;
color: #F3EBF7;
text-transform:lowercase;
font-weight: bold;
font-style: italic;
cursor: default;
background-color: #89337C;
       text-align: left;
       border-top-width: 0px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 0px;
       border-style: solid;
       border-color: #89337C;
}

.content {
padding:2px; 
font-family: arial;
letter-spacing: 0px;
font-size: 12px;
line-height: 16px;
text-align: justify;
color: #653771;
cursor: default;
background-color: #F1EBF1;
       text-align: left;
       border-top-width: 2px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 2px;
       border-style: solid;
       border-color: #F1EBF1;
}

#container {
margin: 0px auto;
width: 1000px;
text-align: left;
}

#page {
float: left; 
WIDTH: 560px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 3px;
}


a:link, a:visited, a:active {
font-family: arial;
letter-spacing: 0px;
font-size: 12px;
text-align: justify;
color: #E7BAF2;
text-decoration: none;
font-weight: bold;
}

a:hover {
font-family: arial;
letter-spacing: 0px;
font-size: 12px;
text-align: justify;
color: #F6B4E9;
text-decoration: underline;
cursor: help;
}

input, textarea, submit, reset, option, select {
padding: 2px;
font-family: arial;
letter-spacing: 1px;
font-size: 12px;
font-weight: bold;
text-align: justify;
color: #B698BE;
cursor: pointer;
background-color: #F8EAFC;
       text-align: left;
       border-top-width: 1px;
       border-right-width: 1px;
       border-left-width: 1px;
       border-bottom-width: 1px;
       border-style: solid;
       border-color: #9870A2;
}

*:focus
{
outline: none;
outline-width: 0;
}