body {
  color: #000000;
  font-family: Tahoma, Arial;
  font-size: 13px;
}

a {
  color: #000000;
  font-weight: bold;
  font-size: 12;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #489841;
  text-decoration: none;
}

h1 {
  font-size: 25px;
  font-weight: bold;
  padding-left: 10px;
  background-color: #8299C2;
  width: 98%;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}

p.default {
  font-size: 13;
  padding: 8px;
}

p.center {
  font-size: 13;
  padding: 8px;
  text-align: center;
}


p.border {
  border: 1px solid rgb(0,0,0);
  font-size: 13;
  width: 500;
  padding: 8px;
}

p.important {
  border: 1px solid rgb(0,0,0);
  font-size: 13;
  width: 500;
  padding: 8px;
  background-color: #95CBBD;
}

ul {
  font-size: 13;
}

.lilac_bg {
  background-color: #8299C2;
}

a.signupLink
{
color:#8312dc;
}



