BODY {
	color: #000099;
	font-FAMILY: Arial, Helvetica, sans-serif;
}
H2.cafe{
color:#009900;
}

H2.emphasis{
color:#000099;
}
Strong.emphasis{
color:#000099;
}

Strong.small{
font size:smaller
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
}

H3.emphasis{
color:red;
}
H6.emphasis{
color:gray;
}

H1.emphasis{
color:red
}

H5.emphasis{
color:#000099
}

A:link {
	text-decoration: none;
	font-family: Arial;
	color: blue

background-color: White;}

A:visited {
	text-decoration: none;
	font-family: Arial, helvetica, sans serif;
	color: blue
}

A:active {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, helvetica, sans serif;
	color: blue
}

A:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, helvetica, sans serif;
	color: blue;
	background: yellow
}

.little { font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
 }
