
body {                          /* general document definitions */
   color: #589933;
   background: black;
   background-image: url("../images/sorceress.jpg");
   background-repeat: no-repeat;
   background-attachment: fixed;
   margin-left: 3%;
   margin-right: 3%;
}

div.title {
   text-align: center;
   background-image: url("../images/title.png");
   background-position: center center;
   background-repeat: no-repeat;
   width: 100%;
   height: 145px;
}
div.group {
   text-align: center;
   background-image: url("../images/group.png");
   background-position: center right;
   background-repeat: no-repeat;
   width: 100%;
   height: 60px;
}
h1, div.titletext {
   visibility: hidden;
   font-size: xx-small;
}
h1 em, div.grouptext {
   visibility: hidden;
   font-size: xx-small;
}

h4 {
   text-align: center;
   color: #259900;
}
h2 {
   /* width: 100%; */
   text-align: left;
   font-weight: bold;
   margin-left: 0;
   margin-top: 1em;
   color: yellow;
   /* background: #589933; */
   padding-left: 0.2em;
}
h3 {
   margin-left: -2%;
   text-decoration: underline;
   color: #259900;
}
p {
   /* color: black; */
   /* background: white; */
   margin-left: 0.5em;
   margin-right: 0.5em;
   margin-top: 0.5em;
   margin-bottom: .5em;
}
.characterNormal {
   margin-top: 0em;
   margin-bottom: 0em;
   color: #589933;
}
.characterNightmare {
   margin-top: 0em;
   margin-bottom: 0em;
   color: yellow;
}
.characterHell {
   margin-top: 0em;
   margin-bottom: 0em;
   color: red;
}
.normalmargingtop {
   margin-top: 1em;
}

.changed {
   padding-left: 0.2em;
   border-left: solid;
   border-right: none;
   border-top: none;
   border-bottom: none;
   border-left-width: thin;
   border-color: red;
}

.center {
   text-align: center;
   width: 100%;
}
.quote {
   margin-left: +5%;
}
.menubar {
   text-align: center;
   width: 100%
}
.hidelink {
   text-decoration: none;
   color: blue;
}
.warning {
   text-decoration: blink;
   font-weight: bold;
   color: red;
}

:link {				/* link */
   text-decoration: none;
   color: #919616;
}
:visited {			/* visited */
   text-decoration: none;
   color: #919616;
}
:active {			/* activated link */
   text-decoration: none;
   color: #919616;
}
:hover {			/* mouse on link */
   text-decoration: none;
   /*color: #919616;*/
   color: red;
}


pre {
   font-family: monospace;
}
pre.code {
   margin-left: +2%;
}
.small {
  font-size: small;
}

th, .highlight {			/* highlighted cell */
   text-align: center;
   vertical-align: top;
   font-weight: bold;
   margin-left: 0;
   color: yellow;
   background: #589933;
}
.highlight:link {			/* blue cell - link (silver) */
   color: silver;
   text-decoration: none;

}
.highlight:visited {			/* blue cell - vlink (silver) */
   color: silver;
   text-decoration: none;
}
.highlight:hover {			/* blue cell - mouse over (red) */
   color: red;
   text-decoration: none;
}
.highlight:active {			/* blue cell - activated (yellow) */
   color: red;
   text-decoration: none;
}

.bggrey {		       /* light grey cell */
   margin-left: 0;
   color: black;
   background: #e0e0f0;
   vertical-align: top;
}

td {		                /* default cell */
   margin-left: 0;
   vertical-align: top;
}

div.footer {                    /* footer box */
   margin-top: 1em;
   text-align: center;
   width: 100%
}

.topbluebar {
   border-left: none;
   border-right: none;
   border-top: solid;
   border-bottom: none;
   border-top-width: thin;
   border-color: blue;
}

div.redbox {                    /* red box */
   text-align: left;
   border-left: solid;
   border-right: solid;
   border-top: solid;
   border-bottom: solid;
   border-left-width: thin;
   border-top-width: thin;
   border-bottom-width: thin;
   border-right-width: thin;
   border-color: red;
}

div.bluebox {                    /* blue box */
   text-align: left;
   border-left: solid;
   border-right: solid;
   border-top: solid;
   border-bottom: solid;
   border-left-width: thin;
   border-top-width: thin;
   border-bottom-width: thin;
   border-right-width: thin;
   border-color: blue;
}

#boxright {                     /* floating, right */
   float: right;
   position: relative;
   margin-right: 2px;
   margin-left: 0px;
   border: solid 2px #00aae6;
   background-color: black;
   color: #00aae6;
   width: 160px;
}

#main {
   /* border: solid 1px #00aae6; */
   /* background: #000000; */
   margin: 0px 0px 0px 0px;
}

#boxleft {                     /* floating, left */
   float: left;
   position: relative;
   margin: 0px 10px 10px 0px;
   /* margin-right: 2px;
    * margin-left: 0px;
    */
   /* border: solid 1px #00aae6; */
   border-left:1px solid #00aae6;
   border-right:1px solid #00aae6;
   border-top:1px solid #00aae6;
   border-bottom:1px solid #00aae6;
   /* background-color: #000000; */
   color: #00aae6;
   width: 180px;
}

#boxlarge {                     /* floating, large */
   margin-right: 2px;
   margin-left: 0px;
   border: solid 2px #00aae6;
   background-color: black;
   color: #00aae6;
   width: 100%;
}

.menutitle {
   color: black;
   background-color: #00aae6;
   width: 100%;
   text-align: center;
   font-weight: bold;
   margin-left: 0;
   margin-right: 0;
   margin-top: 0;
}

.menuitem {
   color: #00aae6;
   /* background-color: black; */
   text-align: left;
   margin-left: 0.5px;
   margin-top: 0px;
   padding-left: 0.2em;
}
