body { background: #ffffff; }

h1   { color: #1ed4f8;
       text-align: center;
       font-family: Helvetica, Arial, sans-serif;
       font-size: 48pt;
       font-weight: bold }
h2   { color: #ff6600 }

p    { text-indent: 2em }


A:link    { color: #1ed4f8;
	        font-size: 115%;
	        text-decoration: none }
		
td A:link { color: #ff6600;
	        font-size: 150%;
	        text-decoration: none }
A:hover   { color: #0029BD;
            font-size: 150%;
            text-decoration: bold } 
A:active  { color: #ffcc66;
            font-size: 105%;
            background: #000000 } 
A:visited { color: #ff6600;
            font-size: 105%;
            text-decoration: none }

