body {
  background-color: #9999FF;
  font-family: Tahoma, Verdana, Helvetica;
  color: #330099;
  font-size: 8pt;
  }
a:hover.NormalLink {
  text-decoration: none;
  color: #FFFFFF;
}
a:link.NormalLink {
  text-decoration: none;
  }
a:link.Button {
  color: #FFFFFF;
  cursor: pointer;
  }
a:visited.Button {
  color: #FFFFFF;
   }
a:hover.Button {
  color: #9999FF;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer; }
a:hover.menu {
  text-decoration: none;
  color: #330099;
  font-weight: bold;
  cursor: pointer;}
a:link.menu {
  text-decoration: none;
  }
.TextBox {
  font-family: Tahoma;
  font-size: 8pt;
  color: #330099;
  border: 1px solid #330099;
  }
.Button  {
  background-color: #330099;
  color: #FFFFFF;
  font-family: Tahoma;
  font-size: 8pt;
  text-decoration: none;
  }
.Hata  {
  font-family: Tahoma;
  font-size: 8pt;
  color: #ff0000;
  }
.menu {
  color: #FFFFFF;
  font-family: Tahoma, Verdana, Helvetica;
  font-size: 8pt;
  text-decoration: none;
  background-image: url('images/menu.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  }
.NormalLink {
  font-family: Tahoma, Verdana, Helvetica;
  color: #330099;
  font-size: 8pt;
  text-decoration: none;
  }