* {
    font-size:100%;
    line-height: 1.6;
    margin:0px;
    padding:0px;
}

body {
    font-size: 1em;
    text-align: left;
    color: #3E3333;
    background-color: lightyellow;
}

div#all {
margin: 0;
padding: 0;
text-align: center;
}

table#all {
margin-left: auto;
margin-right: auto;
width: 680px;
background-color: lightyellow;
}

td {
text-align: left;
}

div#header {
width: 680px
margin: 0;
padding: 0;
}

strong#sitename {
color: darkblue;
font-size: 9pt;
font-weight: normal;
}

div#header a:link {
color: darkblue;
text-decoration: none;
}

div#header a:visited {
color: darkblue;
text-decoration: none;
}

div#header a:hover {
color: red;
text-decoration: none;
}

div#header a:active {
color: red;
text-decoration: none;
}

div#title {
width: 680px
margin: 0;
padding: 0;
border-top: 5px solid orange;
border-bottom: 2px solid yellowgreen;
}

div#topgl {
text-align: center;
margin: 10px auto 5px auto;
}

h1 {
color: orangered;
font-size: 20pt;
font-weight: bold;
text-align: center;
margin: 0.3em;
}

p.root {
width: 650px;
margin: 10px;
text-align: center;
font-size: 10pt;
color: darkblue;
}

a.root:link {
color: darkblue;
text-decoration: none;
}

a.root:visited {
color: darkblue;
text-decoration: none;
}

a.root:hover {
color: red;
text-decoration: none;
}

a.root:active {
color: red;
text-decoration: none;
}


div#middle {
width: 680px;
margin: 0;
padding: 0;
}


div#footer {
float: left;
width: 680px;
margin-top: 7px;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
padding: 0;
border-top: 2px solid yellowgreen;
font-size: 9pt;
text-align: right;
}