
a.title {       
	 font-weight: bold;       
	 font-size: 20px;        
	 text-decoration: none;        
}        

.title:hover {       
 	 text-decoration: underline;      
}        

.list {       
	 text-decoration: none;       
	 color: #000;       
	 font-size: 13px;       
	 font-weight: normal;        
}        

.list:hover {       
	 text-decoration: underline;       
	 color: #fff;       
	 font-size: 13px;       
	 font-weight: bold;        
}       

 .other {        
	 text-decoration: none;       
	 color: #000;       
	 font-style: Arial;       
	 font-size: 12px;       
	 font-weight: bold;        
}        

.other:hover {       
	 color: #FFFFFF;       
	 background-color: #6699CC;       
	 text-decoration: none        
}
