body { background: #0c3413;
    font-family: verdana, univers condensed;
}

div#oldmenu { 
position: absolute;
left: 30px;
top: 120px;
width: 185px;
height: 350px;
z-index: 3;
    margin-left: 1em;
    margin-top: 0em;
    margin-bottom: 1em;
    padding: 1em;
    border-width: 1px;
    border: solid;
    background: black;
    color: #e2d225;
}

div#menu {
position: relative;
height: 30px;
margin: 1em;
padding: 1em;
border: none;
text-align: center;
}

div#contentseven {
    position: relative;
    top: 10px;
    padding: 1em;
    margin-left: 3em;
    margin-right: 3em;
    margin-bottom: 2em;
    margin-top: 2em;
    border-width: 1px;
    border: groove;
    border-color: #e2d225;
    background: white;
    color: black;
}

div#content { 
position: absolute;
left: 300px;
top: 120px;
z-index: 1;
    padding: 1em;
    padding-left: 1em;
    margin-bottom: 95%;
    border-width: 1px;
    border: groove;
    border-color: #e2d225;
    background: white;
    color: black;
    margin-left: 1em;
    margin-top: 0em;
    margin-right: 1em;
/*    a:hover {color: #0000ff}
    a:active {color: #0000ff}*/
}

div#title {
position: relative;
top: 0px;
    padding: 0em;
    border: none;
    /*background: #e2d225;*/
    color: black;
    margin-left: 3em;
    margin-right: 3em;
    font-family: verdana, univers condensed;
    font-weight: bold;
    font-size: 35px;
}

div#footer {
position: relative;
  background: black;
color: white;
}

.notes {
    font-family: sans-serif;
    font-size: 10px;
    text-align: center;
}

.notesl {
    font-family: sans-serif;
    font-size: 10px;
    text-align: left;
}

.tabletext {
    font-family: sans-serif;
}

.moveslist {
    font-family: sans-serif;
    padding-bottom: 3em;
}

.alertc {
   color: #ff0000;
   text-align: center;
}

.piccntr {
   margin-left: auto;
   margin-right: auto;
}

.cntr {
    text-align: center;
}

.tablecentre {
   margin-left: auto;
   margin-right: auto;
    
}

h1,h2,h3,h4,h6,p,li,ul,td {
    font-family: sans-serif;
}

h5 {
    font-family: sans-serif;
    font-weight: normal;
}

img.top {
  vertical-align:text-top;
  margin-right: 3px;
  margin-top: 4px;
  float: left;
}
a:link {color: #e2d225}
a:visited {color: #c2b205}
a:hover {color: #999999}
a:active {color: #ff0000}

