
/*  GENERAL STYLES  */
 	h1, h2, h3, h4, h5  { font-family: verdana,arial,helvetica,sans-serif }
	h1					{ color: #cc0000 }
	h2					{ color: #009900 }
	h3					{ color: #0000cc }
	P:first-letter      { font-size: 200%; float: left }
	p, td               { font-family: georgia,times,serif }
/*arial,helvetica,sans-serif }*/
	.note	            { font-family: times,serif; background: white; color: red }
	A:link              { text-decoration: none; color: #000099; font: bold }
	A:visited           { text-decoration: none; color: #000099; font: bold }
	A:active            { color: #ff3300; text-decoration: none}
	A:hover             { color: #ff3300; text-decoration: none}
	.small              { font-family: Arial; font-size: 70% }
	.fl			{ font: x-large verdana; color: #cc0303 }
	A.menu:link        { font-family: Arial; font: bold; text-decoration: none; color: white }
	A.menu:visited     { font-family: Arial; font: bold; text-decoration: none; color: white }
	A.menu:active      { font-family: Arial; font: bold; color: yellow; text-decoration: none}
	A.menu:hover       { font-family: Arial; font: bold; color: yellow; text-decoration: none}
	BODY               { background: #white; color: black }

