
body {
  color: #000; }

body, p, ol, ul, td {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5em; }

h1 {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.5em; }

h2 {
  font-size: 2.0em;
  font-weight: bold; }

h3 {
  font-size: 1.5em;
  font-weight: bold; }

h4 {
  font-size: 1.2em;
  font-weight: bold; }


a, a:visited {
  color: black;
  background-color: transparent;
  text-decoration: underline; }
a:hover, a:active {
  color: white;
  background-color: black;
  text-decoration: none; }

a.careful, a.careful:visited {
  color: red;
  background-color: transparent;
  text-decoration: underline; }
a.careful:hover, a.careful:active {
  color: white;
  background-color: red;
  text-decoration: underline; }

a.silent, a.silent:visited {
  color: auto;
  background-color: transparent;
  text-decoration: none; }
a.silent:hover, a.silent:active {
  color: auto;
  background-color: transparent;
  text-decoration: none; }

a.action, a.action:visited {
  color: #0769b8;
  background-color: transparent;
  text-decoration: none; }
a.action:hover, a.action:active {
  color: white;
  background-color: #0769b8;
  text-decoration: none; }

a.careful_action, a.careful_action:visited {
  color: #0769b8;
  background-color: transparent;
  text-decoration: underline; }
a.careful_action:hover, a.careful_action:active {
  color: red;
  background-color: transparent;
  text-decoration: underline; }

a.action_doing, a.action_doing:visited {
  color: navy;
  background-color: #ffcc33;
  text-decoration: underline; }
a.action_doing:hover, a.action_doing:active {
  color: navy;
  background-color: #ffcc33;
  text-decoration: underline; }
