

a:link {
font:  18px TIMES NEW ROMAN;
font-weight:    bold; 
text-decoration: none; 
color:          #007766;
cursor:         pointer;
}

a:visited, a:active { 
font:  18px TIMES NEW ROMAN;
font-weight:    bold; 
text-decoration: none; 
color:          #007766;
cursor:         pointer;
}

a:hover {
font:  18px TIMES NEW ROMAN;
font-weight:    bold;
text-decoration: none; 
color:          #000066;
cursor:         pointer;
}