a:link       	{ COLOR: blue; text-decoration: underline; }
					
a:visited 	{ COLOR: #008080; text-decoration: underline; font-size: 100%; }
				
a:active 	{ COLOR: red; font-size: 100%; }

a:hover 	{ COLOR: red;  text-decoration: underline overline; }

BODY { background-color: #FFFFFF }

P { margin-top: 28px } /* Netscape & Explorer seem totally equal at 18px */ 
		       /* Netscape seems to have a built-in minimum of about 
				15px or so, so at smaller values Netscape has
				additional space */

BR { margin-top: 0px } /* ignored by Internet Explorer, 0px for Netscape puts out a little more than what Internet Explorer does */ 
