/* Updated 10Feb11 by Russ Harvey  */

body {
  margin: .5cm 3cm 1cm 3cm;
  background-color: #f0f0f0;
  color: #000;
  font-family: georgia, times, serif;
}
html {
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4 {
  font-family: arial, sans-serif;
}
h1,h2 {
  text-align: center;
}
body,li {
  font-family: georgia, times, serif;
}
body,th,td {
  font-size: 100%;
}
p,table {
  font-family: verdana, arial, sans-serif;
  margin-left: 10pt;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
.medium {
  font-size: 1.2em;
  font-family: arial, sans-serif;
  text-align: center;
  font-weight: bold;
}
.smleft {
  font-size: 80%;
}
.smcenter {
  font-size: 80%;
  text-align: center;
}
.red {
  color: #ff0000;
  background-color: #f0f0f0;
}
a:link {
  color: #0066CC;
  background-color: #f0f0f0;
  font-weight: normal;
  text-decoration: none;
}

a:visited {
  color: #008000;
  background-color: #f0f0f0;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #000;
  background-color: #eecf54;
  font-weight: normal;
  text-decoration: none;
}