.hlink:link  {
    font-weight: bold;
    text-decoration: none;
    color:  gray;
}

.hlink:hover {
    font-weight: bold;
    text-decoration: underline;
    color:  silver;
}

.hlink:visited {
    font-weight: bold;
    text-decoration: none;
    color:  gray;
}

.hlink:visited:hover {
    font-weight: bold;
    text-decoration: underline;
    color:  silver;
}
.h1_main {
FONT-SIZE: 17px;
COLOR: #003060;
display: inline;
 face='Arial';
} 
.h1_main2 {
FONT-SIZE: 3;
COLOR: white;
display: inline;
 face='Arial';
} 
