body {
      font-family: arial, helvetica, sans-serif;
      font-size: 16px;
      color: #FF66FF;
      background: #330033
      }

h1 {
      font-family: arial, helvetica, sans-serif;
      font-size: 20px;
      font-weight: bold;
      color: #FF66FF;
      background: #330033
      }

h2 {
      font-family: arial, helvetica, sans-serif;
      font-size: 18px;
      font-weight: normal;
      color: #FF66FF;
      background: #330033
      }

p {
      font-family: arial, helvetica, sans-serif;
      font-size: 16px;
      color: #FF66FF;
      background: #330033
      }

.p2 {
      font-family: arial, helvetica, sans-serif;
      font-size: 10px;
      font-style: normal;
      color: #FF66FF;
      background: #330033
      }

.bold {
      font-family: arial, helvetica, sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: bold;
      color: #FF66FF;
      background: #330033
      }

.bold2 {
      font-family: arial, helvetica, sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: bold;
      color: #FF66FF;
      background: #330033
      }

.italic {
      font-family: arial, helvetica, sans-serif;
      font-size: 16px;
      font-style: italic;
      font-weight: normal;
      color: #FF66FF;
      background: #330033
      }

.itali2 {
      font-family: arial, helvetica, sans-serif;
      font-size: 12px;
      font-style: italic;
      font-weight: normal;
      color: #FF66FF;
      background: #330033
      }

.reverse {
      font-family: arial, helvetica, sans-serif;
      font-size: 16px;
      font-style: normal;
      color: #330033;
      background: #FF66FF
      }

td {
      font-family: arial, helvetica, sans-serif;
      font-size: 16px;
      color: #FF66FF;
      background: #330033
      }

.td2 {
      font-family: arial, helvetica, sans-serif;
      font-size: 16px;
      color: #FF66FF;
      background: #FFFFFF
      }

.td3 {
      font-family: arial, helvetica, sans-serif;
      font-size: 12px;
      color: #FF66FF;
      background: #330033
      }

a:link {
      text-decoration: none;
      font-size: 16px;
      color: #00CCCC;
	  font-weight:bold;
	  font-family: arial, helvetica, sans-serif
	  }

a:visited {
      text-decoration: none;
      font-size: 16px;
      color: #00CCCC;
	  font-weight: bold;
	  font-family: arial, helvetica, sans-serif
	  }

a:hover {
      text-decoration: underline;
      font-size: 16px;
      color: #FFFFFF;
	  font-weight:bold;
	  font-family: arial, helvetica, sans-serif
	  }

