body {
 color:             white;
 background-color:  black;
}
div#page {
 margin:            auto;
 width:             798px;
 border:            1px black solid;
 color:             #c0c0c0;
 background-color:  #404040;
}
div#header, div#footer, #top, thead, td.fanart {
 background-color:  #606060;
 margin:            auto;
 color:             #101010;
 font-size:         12px;
}
div#footer {
 border-top:        1px black solid;
 clear:             both;
}
div#footer div {
 padding:           5px 5px;
 text-align:        center;
}
div#header, #top {
 border-bottom:     1px black solid;
}
div#header img{
 position:          relative;
 left:              50%;
 margin-left:       -234px;
 margin-top:        3px;
 margin-bottom:     2px;
 width:             462px;
}

div#accessmenu, #prelude{
 float:             right;
 background-color:  #c0c0c0;
 margin-right:      5px;
 border:            1px black solid;
 border-top:        none;
 padding:           5px 5px 5px 5px;
 font-size:         12px;
}

div#menu {
 float:             left;
 margin-top:        40px;
 margin-bottom:     20px;
 width:             125px;
}

#menu a, #accessmenu a {
  color:            black;
}

#footer a {
 color:             #101010;
}

#menu a:hover, #footer a:hover, #accessmenu a:hover {
 color:             white;
 text-decoration:   none;
}

div#menu ul {
 list-style-type:   none;
 margin:            0px 0px 0px 5px;
 padding:           0px;
}

div#menu>ul {
 border:            1px black solid;
 background-color:  #c0c0c0;
 font-size:         12px;
 padding-left:      5px;
 margin-bottom:     25px;
}

div#menu ul ul {
 margin-left:       15px;
 margin-top:        0px;
}

div#content {
 float:	            right;
 margin-top:        15px;
 margin-bottom:     10px;
 margin-right:      10px;
 width:             652px;
 border:            1px black solid;
 background-color:  #d0d0d0;
 font-size:         14px;
 color:             black;
}

div#content > div {
 width:             632px;
 margin:            10px 10px 10px 10px;
}

div#content h1,h2,h3,h4,h5,h6 {
 text-align:        center;
 font-family:       Sans-Serif;
}

a {
 text-decoration:   underline;
 color:             black;
}

a:hover {
 text-decoration:   underline;
 color:             white;
}

table {
 width:             100%;
 margin:            auto;
}


td, th {
 border:            1px black solid;
 text-align:        center;
}

.exlink {
 font-weight:       bold;
}

img {
  border:           none;
}

acronym {
 border-bottom:     1px dashed;
 cursor:            help;
}


