body {
    font-size: 12pt; 
    color: #000; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffc; 
    }
h1 {
    font-size: 32pt; 
    color: #f00; 
    }
h2 {
    font-size: 24pt;
    }
h3 {
    font-size: 16pt; 
    color: #00f;
    }
h4 {font-size: 12pt;
    }
h5 {font-size: 10pt;
    }
h6 {font-size: 9pt;
    }
a:link { 
    color: #00f; 
    }
a:visited { 
    color: #008; 
    }
a:hover {
    text-decoration: none; 
    color: #f00;
    }
a:active { 
    color: #0cc; 
    font-style: italic;
    }
td {
    font-size:10pt;
    }
ol,ul {
    font-size:10pt; 
    }

