body {
    background-color: #fff;
    font-family: "segoe ui", arial, verdana, helvetica, serif;
    font-size: 11pt;
    color: #000;
    width: 980px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 2px 2px;
    text-align: left;
}

div#cont {
    position: absolute;
    top: 10px;
    left: 150px;
    width: 980px;
}

div#nav {
    position: absolute;
    top: 80px;
    left: 2px;
    margin-left: 0 0 0 0;
    width: 140px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1 {
    text-align: center;
}

h1.l {
    text-align:left;
}

td.keyw {
    width: 40%;
    text-align: right;
    padding-right: 20px;
    vertical-align: top;
}

td.data {
    text-align: left;
}

div.thumb {
    text-align: center;
    float: left;
    padding-right: 20px;
    height: 270px;
}
div.thumbs {
    text-align: right;
    border: 2px solid blue;
    border-radius: 8px;
    width:35%;
    float:right;
}

img {
    border: 0px;
}

a:link {
    color: blue;
    text-decoration: none;
    border: none;
}

a:visited {
    color: purple;
    text-decoration: none;
    border: none;
}

a:hover {
    color: #0055ff;
    text-decoration: none;
    border: none;
}

a:active {
    color: #0000ff;
    border: none;
}

div.caption {
    padding-bottom:0.5em;
}
