a.link {
 font-family		: Georgia, "Times New Roman", Times, serif;
 font-size		: 13px;
 font-weight		: bold;
 color			: #555753;
 text-decoration	: none;
 padding-left		: 15px;
 background-image	: url(/img/icon/9.gif);
 background-repeat	: no-repeat;
 background-position	: left;	
 background-position 	: 2px;	
}

a.link:hover {
 color			: #FF0000;
 background-image	: url(/img/icon/7.gif);
 background-repeat	: no-repeat;
 background-position	: left;	
 background-position 	: 2px;		
}

a {
 font-family		: Georgia, "Times New Roman", Times, serif;
 font-size		: 14px;
 font-weight		: bold;
 color			: #000000;
 text-decoration	: none;
}

a:hover {
 color			: #FF0000;
}

