body {
    font-size:small;
    line-height:1.5;
    background-color:#333333;
    color:#fffafa; 
    margin-left:16px;
    margin-right:16px;
}

p {
    font-size:small;
    line-height:1.5;
    color:#fffafa; 
    background:#333333; 
}

a         {text-decoration:none; color:#5f9ea0; background-color: #333333; font-weight:normal;}
a:hover   {text-decoration:none; color:#afeef0; background-color: #333333; font-weight:normal;}
a:visited {text-decoration:none; color:#999494; background-color: #333333; font-weight:normal;}
a:active  {text-decoration:none; color:#cc9999; background-color: #333333; font-weight:normal;}

li {font-size:small;line-height:1.5;color:#fffafa; background-color:#333333; margin-left:1.5ex;}

dl {font-size:small;line-height:1.5;color:#fffafa; background:#333333;}
dt {font-size:small;line-height:1.5;color:#fffafa; background:#333333;}
dd {font-size:small;line-height:1.5;color:#fffafa; background:#333333;}

/* td {font-size:small;line-height:1.5;color:#fffafa; background:#333333;} */
/* th {font-size:small;line-height:1.5;font-weight:bold;color:#fffafa; background:#333333;} */

h1 {text-decoration:none;font-size:large;font-weight:bold;color:#ffcc33;background:#333333;text-align:left}
h2 {text-decoration:none;font-size:medium;font-weight:bold;color:#ffcc33;background:#333333;text-align:left;margin-top:2ex;margin-bottom:1ex;}
h3 {text-decoration:none;font-size:small;font-weight:bold;color:#ffcc33;background:#333333;text-align:left}
h4 {text-decoration:none;font-size:small;font-weight:bold;color:#ffcc33;background:#333333;text-align:left}

address {font-style:normal; font-size:small;color:#fffafa; background:#333333;}

img {border-width: 0pt;}

hr {border:1px #999999 solid; border-color:#999999;color:#999999;background:#999999;}

#container {
    width: 760px;
}

#title {
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

#footer {
    margin-left:auto;
    margin-right:auto;
    width:99%;
}

#ct {
    margin-left:2px;
}

#title p {font-size:small}

td {
    vertical-align:top;
    padding-top:0.5ex;
    padding-bottom:0.5ex;
    padding-left:4ex;
    padding-right:8ex;
    text-align:left;
}

.header { margin-top:1ex;}
.center{ text-align:center; margin-left:auto; margin-right:auto; }
.bold { font-weight:bold; }
.cmd { font-family: "Courier","Lucida Console",monospace; font-size:125%; }
.boldgold { font-weight:bold; color:#ffcc33; background-color:#333333;}
.boldred { font-weight:bold; color:#cc0000; background-color:#333333;}
.men {font-size:x-small; color:#999999;}
.harbot {
    width: 192px;
    height: 368px;
    color:#ffcc00;
    text-align:center;
    font-weight: bold;
    font-size: small;
    vertical-align: top;
}
.infobox {
    margin-top:1ex;
    margin-bottom:1ex;
    margin-left:auto;
    margin-right:auto;
    border-style:solid;
    border-color:#cccccc;
    border-width:2pt;
    padding: .5ex;
}
.infoboxh2 {
    font-weight:bold;
    color:#ffcc33;
    text-align:center;
    font-size:medium;
}
.infoboxp {
    margin-right:2.5ex;
    margin-left:2.5ex;
}
.infoboxli {
    padding-right:2.5ex;
    padding-left:-1.5ex;
}
