BODY {
  font-family: verdana, helvetica, sans-serif;
  background-color: #ffffff;
  color: #000000;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 12px;
}

A:hover	{ 
  color: red; 
  background-color: gold 
}

A:link	{
  text-decoration: none
}

A:active {
  text-decoration: none
}

A:visited {
  text-decoration: none
} 

CODE	{
  font-family: courier
}

H1	{
  color: #185974; 
  font-weight: bold; 
  font-size: 19px
}

PRE     {
  background: #dddddd;
  border: 1px solid black;
  color: black;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 20px;
  white-space: pre;
}

.smartass	{
  font-size: 12px;
  color: #185974
}

