.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
        text-decoration: none;
	margin:1px 0px 0px 0px;
}
A:link { text-decoration: none; color: yellow; }
A:visited {text-decoration: none; color: yellow; }
A:active {text-decoration: none; color: yellow; }
A:hover {text-decoration: none; color: yellow; }


A.style7:link
 {
 	COLOR: #FFFFFF;
    	TEXT-DECORATION: none
 }

A.style7:visited
 {
    	COLOR: #FFFFFF;
    	TEXT-DECORATION: none
 }

A.style7:active
 {
    	COLOR: #FFFFFF;
    	TEXT-DECORATION: none
 }

A.style7:hover
 {
    	COLOR: yellow;
    	TEXT-DECORATION: none
 }
