 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Untitled</title>
	<style>
    
    BODY  {
    	font-family : Sans-serif;
    	font-size : 20px;
    	COLOR : red;
    }
    
    TD  {
    	font-family : sans-serif;
    	font-size : 13px;
    }
    
    A  {
    	text-decoration : none;
    }
    
    A:HOVER  {
           COLOR :#009933;
 
    	text-decoration : underline;
    }
    
    H1  {
  
    	COLOR : Navy;
    	FONT-FAMILY : sans-serif;
    	FONT-SIZE : 24px;
    }
    
    </style>
</head>

