p   {
    font-family: Geneva, Arial, Helvetica, san-serif;
    }
div.header {
    text-align: center;
    background-color: #996666;
    }
div.sidebar {
    text-align: center;
    margin-right: 1em;
    }
div.lookup {
    margin-left: 18%;
    margin-right: 18%;
    text-align: center;
    }
table.nametable {
    table-layout: fixed;
    align: center;
    width: 100%;
    border-collapse: separate;
    border-width: 2;
    border-style: solid;
    border-color: gray;
    border-spacing: 2;
    }
table.linktable {
    table-layout: fixed;
    align: center;
    width: 90%;
    border-spacing: 2;
    }
td.tdname {
    width: 20%;
    vertical-align: middle;
    border-width: 2;
    border-style: solid;
    border-color: gray;
    text-align: left;
    padding-top: 4;
    padding-bottom: 4;
    }
td.tdlink {
    width: 33%;
    height: 100;
    vertical-align: middle;
    text-align: center;
    border-color: #330033;
    background: #99CCFF;
    }
td.col1 {
    width: 20%;
    }
td.col2 {
    width: 80%;
    }
td.pubs1 {
    width: 90%;
    }
td.pubs2 {
    width: 10%;
    text-align: right;
    }
td.buttons {
    width: 120;
    heigth: 120;
    vertical-align: middle;
    text-align: center;
    }
img.buttonimg {
    position:relative;
    top: 10px;
    width: 90;
    heigth: 90;
    border-style:none;
    z-index: 1;
    vertical-align: middle;
    }
img.logo {
    width: 129;
    heigth: 87;
    }
a.decor:link {
    color: white;
    text-decoration: none;
    }
a.decor:visited {
    color: white;
    text-decoration: none
    }
a.decor:hover {
    color: white;
    text-decoration: none
    }
.buttontext {
    background-color: transparent;
    z-index: 2;
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: -50;
    }
.transparent {
    background-color: transparent;
    }
.large {
    font-family: BD Engraved Regular, Jokerman;
    font-size: 200%;
    }
.small {
    font-size: 80%;
    }
.tiny {
    font-size: 60%;
    }
.bold {
    font-weight: bold;
    }
.white {
    color: rgb(255,255,255);
    }

