v\:*
   {
   behavior: url(#default#VML);
   }

BODY
   {
   font-family: century gothic,comic sans ms, helvetica,sans-serif;
   color: black;
   background-color: white;
   }

A:link
   {
   text-decoration: underline;
   color: #bd42ad;
   }

A:visited
   {
   text-decoration: underline;
   color: black;
   }

A:hover
   {
   text-decoration: none;
   color: #bd42ad;
   background: black;
   }
