<!--
/* for non CSS-friendly browsers */

BODY {
  background:           #606060;
  margin-top:           25px;
  margin-bottom:        25px;
  margin-right:         25px;
  margin-left:          25px;
  color:		#000000;
  font-family:          helvetica, arial, sans-serif;
}

A:link {
  color:                blue;
  text-decoration:	none;
}

A:visited {
  color:                #221199;
  text-decoration:      none;
}

#headername {
  color:		#FFFFFF;
  font-family:          helvetica, ariel, sans-serif;
  font-size:		18pt;
}

#headersides {
  color:                #808080;
  font-family:          helvetica, ariel, sans-serif;
  font-size:            10pt;
}

#content {
  color:                #000000;
  font-family:          helvetica, ariel, sans-serif;
  font-size:            14pt;
}

ADDRESS {
  font-family:		monospace;
  font-size:		12pt;
}

-->
