a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
.ContentLink {
  color: rgb(0,0,0);
  font-size: 13px;
  text-decoration: none;
}
.PageLink {
  color: rgb(255,255,255);
  font-size: 13px;
  text-decoration: none;
}
.text {
  color: rgb(255,255,255);
  font-family: Arial;
  font-size: 13px;
}
.title {
  color: rgb(0,0,0);
  font-family: "Courier New", Arial;
  font-size: 14px;
}
.code {
  color: rgb(255,255,255);
  font-family: "Courier New", Courier, Mono, Serif;
  font-size: 12px;
}
.BugForm {
  width: 100px;
  height: 20px;
  border: rgb(113,149,228) 1px solid;
  background-color: rgb(150,170,230);
  margin: 0px;
  padding: 0px;
}
.TEdit {
  width: 400px;
  height: 20px;
  border: rgb(113,149,228) 1px solid;
  margin: -1px;
  padding: 0px;
  background-color: rgb(170,190,230);
  font-family: Arial;
}
.TMemo {
  width: 400px;
  border: rgb(113,149,228) 1px solid;
  background-color: rgb(170,190,230);
  margin: -1px;
  padding: 0px;
  background-color: rgb(170,190,230);
  font-family: Arial;
}
.TButton {
  font-family: Arial;
  color: rgb(255,255,255);
  width: 100;
  border: rgb(170,190,230) 1px solid;
  background-color: rgb(113,149,228);
}
.TButtonHover {
  font-family: Arial;
  color: rgb(255,255,255);
  width: 100;
  border: rgb(255,255,255) 1px solid;
  background-color: rgb(113,149,228);
}