A:LINK { 
         font-weight : bold;
         text-decoration : none;
         color : #FFCC66; 
         font-family: Arial, Helvetica, sans-serif

}
  A:VISITED { 
         font-family : Arial;
         text-decoration : none;

         color : #FFCC66; 
         font-weight: bold
}
  A:HOVER { 
         font-family : Arial;
         text-decoration : underline;
         color : #FFFFFF;
         font-weight: bold
}.border {
	border: thin solid #1B45A9;
}
