body{
     margin: 0px;
     padding: 0px;
     background-color: #ffffff;
     text-align: center;
}

A:link {
	 TEXT-DECORATION:  underline; font-weight: bold; font-size: 13pt; COLOR: #ff0000; 
}
A:visited {
         TEXT-DECORATION: none; font-weight: bold; font-size: 13pt; COLOR: #000000; 
}
A:active {
         TEXT-DECORATION: none; font-weight: bold; font-size: 13pt; COLOR: #000000; 
}
A:hover {
	 TEXT-DECORATION: none; font-weight: bold; font-size: 13pt; COLOR: #33ffff;
}
