/* CSS Document */

body
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

h1
	{
	font-size:21px;
	}

h2
	{
	font-size:28px;
	}

h3
	{
	font-size:14px;
	}

p
	{
	font-size:14px;
	}

p a	
	{
	color:#000000;
	text-decoration: underline;
	}
p a:hover
	{
	color:#999999;
	text-decoration: none;
	}