body{
     margin: 0px;
     padding: 0px;
     background-color: #ffffff;
     text-align: center;
}

h1   {
     text-align: center;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 24pt; 
       font-weight: bold;
       color: #ff33cc;
      }


A:link {
         TEXT-DECORATION: underline; font-weight: bold; font-size: 15pt; COLOR: #990000; 
}
A:visited {
         TEXT-DECORATION: underline; font-weight: bold; font-size: 15pt; COLOR: #000000; 
}
A:active {
         TEXT-DECORATION: underline; font-weight: bold; font-size: 15pt; COLOR: #000000; 
}
A:hover {
	 TEXT-DECORATION: none; font-weight: bold; font-size: 15pt; COLOR: #33ffff;
}
