p  {
	font-size : xx-small;
	font-family : Helvetica;
	color : Black;
}

h1  {
	font-size : x-small;
	font-family : Helvetica;
	color : Black;
}

h2  {
	font-size : small;
	font-family : Helvetica;
	color : red;
}

h3  {
	font-size : small;
	font-family : Helvetica;
	color : #666699;
}

a  {
	font-size : xx-small;
	font-family : Helvetica;
	color : #339933;
	text-decoration : none;
}

a:visited  {
	font-size : xx-small;
	font-family : Helvetica;
	color : #339933;
	text-decoration : none;
}

a:active  {
	font-size : xx-small;
	font-family : Helvetica;
	color : Red;
	text-decoration : none;
}

a:hover  {
	color : lime;
	font-size : xx-small;
	font-family : Helvetica;
	text-decoration : none;
}

body  {
	font-size : xx-small;
	font-family : Helvetica;
	color : Black;
}
.ftr {
	font-variant: small-caps;
	line-height: 70%;
	font-size: 80%;
}
.distribution {
	font-weight: bold;
	text-align: left;
}
.left {
	text-align: left;
}

