/* main styles for all east pages */

body {
  background-image: url(images/tristar.GIF);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

a.small {
  font-family: verdana;
  font-size: 10px;
  color: #9900FF;
  text-decoration: underline;
}

a.small:visited {
  font-family: verdana;
  font-size: 10px;
  color: #FF33FF;
  text-decoration: underline;
}

a.small:active {
  font-family: verdana;
  font-size: 10px;
  color: #FFCCFF;
  text-decoration: underline;
}

a.small:hover {
  font-family: verdana;
  font-size: 10px;
  color: #9900FF;
  text-decoration: none;
}

a.normal {
  font-family: verdana;
  font-size: 13px;
  color: #9900FF;
  text-decoration: underline;
  font-weight: normal;
}

a.normal:visited {
  font-family: verdana;
  font-size: 13px;
  color: #FF33FF;
  text-decoration: underline;
  font-weight: normal;
}

a.normal:active {
  font-family: verdana;
  font-size: 13px;
  color: #FFCCFF;
  text-decoration: underline;
  font-weight: normal;
}

a.normal:hover {
  font-family: verdana;
  font-size: 13px;
  color: #9900FF;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  font-family: verdana;
  font-size: 13px;
  color: #9900FF;
  text-decoration: none;
  font-weight: normal;
}

a {
  font-family: verdana;
  font-size: 13px;
  color: #9900FF;
  text-decoration: underline;
  font-weight: normal;
}

a:visited {
  font-family: verdana;
  font-size: 13px;
  color: #FF33FF;
  text-decoration: underline;
  font-weight: normal;
}

a:active {
  font-family: verdana;
  font-size: 13px;
  color: #FFCCFF;
  text-decoration: underline;
  font-weight: normal;
}

.body {
  font-family: verdana;
  font-size: 13px;
  line-height: 19px;
}

.heading {
  font-family: verdana;
  font-size: 13px;
  font-weight: bold;
}

p.small {
  font-family: verdana;
  font-size: 10px;
}