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

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

         color : #FFFFFF
}
  A:HOVER {
	font-family : Arial;
	text-decoration : underline;
	color : #18534C;
	background-color: #FFFFFF;

}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;

}
.border {
	border: thin solid #1E1E1E;
}
