/* CSS Document */

a:link {
  color: #FFFFFF;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
a:hover {
  text-decoration: underline;
  color: #CCCCCC;
}
a:active {
  text-decoration: none;
  color: #FFFFFF;
}
body,td,th {
  font-family: Arial, Helvetica, sans-serif;
  color: #692747;
  font-size: small;
}
.h1 {colour: #692747; font-size: large}
.maintext {colour: #692747; font-size: small}
.maintextbold {colour: #692747; font-size: small; font-weight: bold}
.style1 {font-size: medium}
.style2 {font-size: x-small}
.style3 {font-size: small}
.style6 {color: #000000; font-size: x-small; }
.style7 {font-size: medium; color: #EB4292; }
.style8 {font-size: x-small; color: #FFFFFF; }
.style12 {font-size: x-small; color: #AC3E6F; }
.style14 {color: #FFFFFF}
body {
  background-color: #F4E3EC;
}

