A:link  {
 	text-decoration : none;
 	color :  #4373DF;
 }
 
 A:visited  {
 	text-decoration : none;
 	color :  #4373DF;
 }
 
 A:active  {
 	text-decoration : none;
 	color : #DF9E80;
 }
 
 A:hover  {
 	text-decoration : underline;
 	color : #AF5E80;
 }
