a:visited.local {color: #0033CC;}
a:hover {color : #EEE9E9;background-color:#00D4FF;}
a:visited.inline {color: #0033cc;}
a  {text-decoration: none; color: #0000FF;background-color:#EEE9E9;}
H1 {font-family: Arial, Helvetica; color:#0000FF}
H2 {font-family: Arial, Helvetica; color: #0000FF;}
H3 {font-family: Arial, Helvetica; color: #20408c;}
TABLE { font-family: Arial, Helvetica;
        color: #0000FF;}

P  {font-family: Arial, Helvetica; color: #0000FF;}
.data{
    background-color:#000000;
    
}
.data_header{
    background-color:#808080;
    color:#FFFFFF;
    font-size:extra-large;
    font-weight:bold;
    
}
.data_detail{
    background-color:#EEE9E9;
}
.box {
        border: 2px solid black;
}
.dotty_box {
        border: 2px dotted black;
}
.thin_box {
        border: 1px solid black;
}
.navbox{
        text-align: center;
        background-color:#EEE9E9;
        border:2px solid black;

}
.navbox a:hover{
    background-color:#00D4FF;
    color:#EEE9E9
}

.highlight_box{
        background-color:#EEE9E9;
        border: 2px solid black;
}
.table_title{
    font-size:130%;
    font-family: Arial, Helvetica;
    color: #00D4FF;
    border-bottom:2px solid black;
    border-right:2px solid black;
}
.table_title_right{
    border-bottom:2px solid black;
    font-size:130%;
    font-family: Arial, Helvetica;
    color: #00D4FF;
}
.table_detail{
    border-bottom:1px solid black;
    border-right:1px solid black;
}
.table_detail_right{
    border-bottom:1px solid black;
}

