body {
    font-family: Verdana, Arial;
    color: #555;
    background-color: #f0f0f0;
}
a, a:visited {
    color: blue;
}
a:hover {
    color: red;
}
div#maindiv {
}
div#cont {
    background-color: white;
    width: 800px;
    text-align: left;
    padding: 15px;
    border: 2px solid #8FA3C9;
}
div.gbtitle {
    text-align: center;
    font-size: 200%;
    color: #8FA3C9;

}
p.txt {
    text-align: justify;
    text-indent: 20px;
}
div.links {
    margin: 10px;
    margin-bottom: 20px;
    line-height: 30px;
    text-align: center;
    background-color: #fafafa;
    padding: 3px;
    border: 1px solid #e0e0e0;
}
div.pages {
    text-align: right;
    margin-bottom: 20px;
    font-size: 80%;
}
div.gb {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed navy;
}
div.gb .title {
    color: #AC4F4F;
}
div.msg {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fafafa;
    border: 1px dashed #aaa;
    padding: 0px;
}
div.msg .name {
    background-color: white;
    padding: 3px;
    background-color: #6985C7;
    color: white;
    font-size: 110%;
    border-bottom: 1px dashed #aaa;
}
div.msg .txt {
    padding: 3px;
    font-size: 90%;
}
div.txt a {
    text-decoration: none;
    color: #000;
}
