body {
	font-family: Arial, sans-serif;
}

.blu {
  color: #0000FF;
}

.hot {
  color: #FF0000;
}

.grn {
  color: #009900;
}

.crsiv {
  font-family: sans-serif;
}

.pub {
  font-family: Courier, monospace;
  text-align: center;
  color: green;
}

.c {
	text-align: center;
}

.credit {
	font-size: 8pt;
	text-align: center;
}

.emph {
  font-weight: bold;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #660099;
}

a:active {
	color: #FF0000;
}

a:hover {
	background-color: #FFFF00;
}