/*
    Kinda snoopy, eh?  Well, this is all home-grown.  No fancy HTML
    editors.  No wizards.  No homepage builders.  Wanna know how to 
    do this?  Read the standards documents at www.w3.org.  It's not
    that hard.
*/

BODY		{ background: #FF6666; color: #660000 }

H1		{
		  font: bold 18pt sans-serif ;
		  text-align: center ;
		}

H2		{
		  font: normal 12pt sans-serif ;
		  text-align: center ;
		}

P		{ font: bold 14pt sans-serif ;
		  text-align: justify ;
		}
