/* Trishah Web Design 22 February 2009 */
/* LearnWithJenza.com */

body {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #CAE1F3;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #E8E8E8;
}

a, a:visited {
  color: #A5A5A5;
  text-decoration: none;
}
/* orange: FDC530 */
/* olive: BBC001 */
/* blue: 85B2DE */

a:hover {
  color: #85B2DE;
  text-decoration: underline;
}

.links a, a:visited {
  color: #BBC001;
  font-style: normal;
  font-weight: bold;
}

.links a:hover {
  color: #85B2DE;
  text-decoration: underline;
}

.classes {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #E8E8E8;
  line-height: 22px;
}

input{
  background-color: #BAD8EF
}

input a:hover{
  background-color: #d4ebfb
}