body	{background: #cccccc}

/* 4C5A97 is an attractive light blue, to match the sky */

body, td, th, div, h1, h2, h3, p	{color: #4C5A97;
	font-family: tahoma;
	font-style: normal;
	font-size: 13px;}

/* was #449944 -now dark blue sub-headers*/

h2	{color: #112299;
	font-style: normal;
	font-size: 15px;}

/* was #227722 */
h3	{color: #222299;
	font-family: helvetica,sans-serif;
	font-style: italic;
	font-size: 14px;}

small	{color: #4C5A97;
	font-size: 10px;} 

/* All links in brighter blue,
with orange when you hover on them */

a	{color: #0000cc; text-decoration: none !important}

/* was #cc6600 - orange 
   or #112255 something else
   now 000066 very dark blue
*/

a:hover 	{color: #000066}

/*
a:link		{color: #4C5A97;}
add qualifier class=menu to any <a> tags where you want
this to apply - eg to have a different colour link


.menu 		{color: #FF00CC; text-decoration: none !important}
*/