body{
  background-color: #ffffff;
  background-image: url("images/bg.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 250px;
  font-family: "Arial", "Times New Roman", serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
.normaltext{
  font-family: "Arial", "Times New Roman", serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
.normallink{
  font-family: "Arial", "Times New Roman", serif;
  color: #00aeef;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
.smalltext{
  font-family: "Arial", "Times New Roman", serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.smalllink{
  font-family: "Arial", "Times New Roman", serif;
  color: #00aeef;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.biglink{
  font-family: "Arial", "Times New Roman", serif;
  color: #ffffff;
  font-style: normal;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}
.biglink:hover{color:#ffff00;}
input,textarea,select{border: #00aeef 1px solid; border-bottom: #00aeef 1px solid; border-left: #00aeef 1px solid; border-top: #00aeef 1px solid; border-right: #00aeef 1px solid}