body { background-color: #CCCCCC; 
       color: #333333;
       font-family: monospace;
       font-size: 18px; }

p.heading { font-size: 40px;
            font-weight: bold;
            text-decoration: underline;
            margin-top: 5px; 
            margin-bottom: 5px; }

a { color: #6600CC; 
    text-decoration: none; }

a:hover { text-decoration: underline; }

table { text-align: left; }
