/* Style Sheet for Content Pages */

/* core font set */
body, td {
  font-family: verdana, sans-serif;
  font-size: 12pt;
} 

/* make life simple, use headers */
h2 {
  color: maroon;
  margin: 0;
  text-align: center;
}

h3 {
  font-style: italic;
  margin-bottom: 0;
}

h4, h5, h6 {
  text-decoration: underline;
  margin: 0;
}

/* horizontal line */
hr  {
  color: maroon;
}

/* style for in page anchors */
a:link {
  color: maroon;
  text-decoration: underline; 
  font-weight: bold;
}
a:visited {
  color: teal;
  text-decoration: underline; 
  font-weight: bold;
}
a:hover {
  color: red;
  text-decoration: underline; 
  font-weight: bold;
}
