body { background: #ffccff ;	
       margin-left: 1in;
       margin-right: 1.5in;
       margin-top: 0.5in; }

h1   { color: #ff00cc;
       text-align: center;
       font-family: Helvetica, Arial, sans-serif;
       font-size: 48pt }
h2   { color: #cc00ff}

p    { text-indent: 2em }

ul b { color: #cc66ff }
ul i { color: #cc0066;
       font-size: 110% }
p b  { color: red }
p i  { color: #cc00cc;
       font-size: 110% }

A:link    { color: #ff0000;
	    font-size: 125%;
	    text-decoration: none }
A:hover   { color: #ffffff;
            font-size: 150%;
            text-decoration: bold } 
A:active  { color: blue;
            background: #000000 } 
A:visited { color: #cc00cc;
            font-size: 125%;
            text-decoration: none }

