body {
	font: 11px/1.5em "Lucida Grande";
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: normal;
}

h1	{
	font-size: 218%
}

h2	{
	font-size: 164%
}

h3	{
	font-size: 145%
}

h4	{
	font-size: 118%
}

a	{
	color:#0000ff;
	text-decoration: none;
	font-family: geneva, arial, helvetica, san-serif;
	}

a:visited	{
		color: #0099ff;
		}

a:active	{
		color: #6600ff;
		}

a:hover {
	background:white; 
	color:#0000ff;
	text-decoration: none;
	font-family: geneva, arial, helvetica, san-serif;
	}

