/* Page Styles */

.style1 {font-size: 12px}
.style2 {font-size: 18px}
.style3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
}
.style4 {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}
.style5 {color: #336666}

body,td,th {
  font-size: 14px;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}
h1 {
  font-size: 16px;
  color: #CC3300;
}
