body { font-family: Times New Roman, serif;
font-size: 12px;
          color: #000000;

          background-color: #ffffff;
        }
        
 a:link { 
		text-decoration: none; 
		color: black; 
		} 
a:visited { 
		text-decoration: none;
		color: black; 
		} 
a:active { 
		text-decoration: none;
		color: blue; 
		} 
a:hover { 
		text-decoration: none;
		color: blue; 
		}	      
