a:link{
    color:#006395;
    text-decoration:none;
    }
a:visited {
    color:#9A9964;
    text-decoration:none;
    }
a:visited:hover {
    color:#9A9964;
    text-decoration:underline;
    }
a:hover{
    color:#006395;
    text-decoration:underline;
    }
a:active{
    color:#962A1F;
    text-decoration:none;
   } 
H1{
    font-family:Times New Roman;
    color:#006395;
    text-align:center;
    }
    
DT{font-weight:bold;}
TH{text-align:left;}

.top{
    text-align:center;
    font-style:italic;
    }

hr.biotest{
    border-color:#006395;
}
.gv{
    border-style:hidden;
    }
.tbl{
    text-align:left;
    width:100%;
    border-left: solid 3px #006395;
    border-right: solid 3px #006395;
    border-top: solid 3px #006395;
    }
.tbl td{
    border-collapse:collapse;
    border-bottom: solid 3px #006395;
    }
td.c{
    text-align:center;
    }
td.l{
    text-align:left;
    }
table tr td
    {
    border-color:#006395;
    }
    
p.question
        {
            font-family: Times New Roman;
            font-size: 1em;
            font-weight:bold;
            border-bottom: solid 2px #006395
        }
        p.answer
        {
            font-family: Arial;
            margin-bottom: 50px;
            margin-left: 10px;
            margin-right: 10px;
            margin-top: 10px;
            text-align: justify;
        }
        .index
        {
            margin-bottom:50px;
            font-family: Times New Roman;
        }
        li
        {
            font-family: Times New Roman;
            font-size: 1em;
            margin-top: 8px;
            margin-left: 25px;
        }       
        div#search{
            position:fixed;
            right:0px;
            border: solid 1px #eee;
            padding: 5px;
            }