body {
 background-color: white;
 font-size: 12pt;
 color: black;
 font-family: courier;
}

a {
 display: inline;
 border: 0px solid;
 border-color: #aaa #000 #000 #aaa;
 background: #fff;
 text-decoration: none;
}

a:hover {
 position: relative;
 border: 0px solid;
 top: 1px;
 left: 1px;
 border-color: #aaa #000 #000 #aaa;
}

a:link {color: blue;}
a:visited {
 color: grey;
 border: 0px solid; 
}
a:active {color: white;}
a:hover {color: #FF6600;}

td {
 padding: 5px;
}

p {
 padding-left: 10em;
 padding-right: 2em;
}

h3 {
 text-align: center;
 font-family: arial;
}

img {
 border: 0px;
 vertical-align: top;
}

#Container {
 display: table;
 text-align: left;
 padding-left: 10em;
}

#Row {
 display: table-row;
}
#LeftOld {
 width: 50px;
 display: table-cell;
 padding-left: 10px;
 padding-top: 10px;
}
#Middle {
 width: 500px;
 display: table-cell;
 padding-left: 10px;
}
#Right {
 width: 395px;
 display: table-cell;
 padding-left: 10px;
}

#top {
 position: absolute; 
 top: 200px;
 width: 200px;
 height: 500px;
}

.currentPage {
 border: 2px;
 border-style: dotted;
 border-color: orange;
 
}

.footer {
 width: 100%;
 position: relative;
 bottom: 0px;
 left: 0px;
 background-color: #FFFFFF;
 font-size: x-small;
}

#features {
 padding-left: 120px;
}
