

.link {
font-family: verdana;
font-size: 7.5pt;
font-style: normal;
font-weight: bold;
color: white;
text-decoration: none;
}
A.link:hover {color:gold;} 

.text {  font-family: verdana; font-size: 8pt; font-style: normal; font-weight: normal; color: black; text-decoration: none;}
A.center:hover {color:blue;} 

.home_text {  font-family: verdana; font-size: 7pt; font-style: normal; font-weight: bold; color: #086189; text-decoration: none;}
A.home_text:hover {color:blue;} 

.bottom {
font-family: verdana;
font-size: 7pt;
font-style: normal;
font-weight: bold;
color: #7D7D7D;
text-decoration: none;
}
A.bottom:hover {color:gold;} 

.more {  font-family: verdana; font-size: 7pt; font-style: normal; font-weight: bold; color: green; text-decoration: none;}
A.more:hover {
color: red;
} 


