span#title
{
    font-variant:small-caps;
    font-size:200%;
    font-weight:bold;
}
span#title2
{
    font-size:65%;
}
table, tr, td
{ 
    background-color:transparent;
    border:none;
    border-width:0;
    padding:5px;
    text-align:justify;
}
table.Comment a
{
    text-decoration:underline;
}
a.nounderline
{
    text-decoration:none;
}
a.nounderline:hover
{
    text-decoration:underline;
}
body
{
    background-color:97A1B0;
    background-image:url('images/water.jpg');
    background-attachment: fixed;
    background-position:top left;
    background-repeat:no-repeat;
}
div.showborder
{
    border-style:solid;
    border-width:1px;
    border-color:101010;
}
table table
{
    border-style:solid;
    border-width:3px;
    border-color:404040;
    background-color:9FAFBF;
}
table table table
{
    border-style:none;
    border-width:0px;
}
