A:link {
	color: black;
    background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}

A:visited {
	color: black;
    background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}

A:active {
	color: black;
    background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}

A:hover {
	color: red;
    background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}

BODY {
  color: black;
  font-family:  Garamond, "Times New Roman", serif;
  font-style: normal;
  font-size: 12pt;
}

UL { list-style-image: url(bluesquare.png) }

UL.plain {
  list-style-image: none;
  font-size: 95%;
}

P.first:first-letter {
  font-size: 300%;
  float: left;
}

pre {
  font-family: monospace;
}
