body, p   { font-size: 12px; font-family: sans-serif; margin: 2px }

h1   { color: white; font-family: sans-serif; background-color: green; margin: 5px; padding: 4px }

h2, h3, h4, h5, h6    { color: green; font-family: sans-serif; font-weight: bold; margin: 5px; padding: 0 }

h1    { color: white; font-size: 42px; line-height: 42px; background-color: green}
h2   { font-size: 36px0 }
h3  { font-size: 30px }
h4   { font-size: 24px }
h5  { font-size: 18px }
h6   { font-size: 12px }

a:link { 
	color:#0000FF; 
	text-decoration:none;
}

a:visited { 
	color:#003377; 
	text-decoration:none;
}

a:hover { 
	color:#FFFF00; 
	background-color: #e0e0e0;	
	text-decoration:none; 
}

a:active {
	color:#0000EE; 
	background-color:#00FA9A;
}
