/* Start of CMSMS style sheet 'text' */
h1, h2, h3, p, form, a  {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

p, form, table td {
  font-size: 12px;
  color: black;
  font-style: normal;
}

p {
  text-align: justify;
}

p.left {
  color: white;
}

#copyright {
  margin-top:   4px;
  margin-bottom:        4px;
  color:        white;
  font-weight:  bold;
  font-size:  13px;
  text-align: center;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #FF0000}   /* mouse over link */
a:active {color: #000000}   /* selected link */

/* End of 'text' */

