body, p, td  {
	font-size : 11pt;
	font-family : Arial, Helvetica, sans-serif;
	color : black;
}

h1  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
      background-color:ffff80;
	color : blue;
	font-weight : bold;
	letter-spacing : 2pt;
      width:614px;
	text-transform : uppercase;
}

h2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
      background-color:ffff80;
	color : blue;
	font-weight : bold;
      width:614px;
	text-transform : uppercase;
	border-bottom : 1pt solid blue;
}

h3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color : blue;
      background-color:ffff80;
	font-weight : bold;
	margin-bottom : 0;
}

.fuss  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

A:link  {
font-family : Arial, Helvetica, sans-serif;
	color : blue;
	font-weight : bold;
}

A:active  {
font-family : Arial, Helvetica, sans-serif;
	color : lime;
	font-weight : bold;
}

A:visited  {
font-family : Arial, Helvetica, sans-serif;
	color : blue;
	font-weight : bold;
}

A:hover  {
font-family : Arial, Helvetica, sans-serif;
	color : green;
	font-weight : bold;
   background-color:ffff80;
}
