body {
  background: #ffffff;
  background-image: url('images/bg.gif');
  background-repeat: repeat-y;
  color: #000000;
  font-family: Georgia, Arial, Tahoma;
  font-size: 12px;
  text-align: justify;
  margin: 0px;
  padding: 10px;
}
td {
  color: #000000;
  font-family: Georgia, Arial, Tahoma;
  font-size: 12px;
  text-align: justify;
}
input {
  background: transparent;
  color: #000000;
  font-family: Georgia;
  font-size: 12px;
  border: #c0c0c0 1px solid;
}
textarea {
  background: transparent;
  color: #000000;
  font-family: Georgia;
  font-size: 12px;
  border: #c0c0c0 1px solid;
}
.title {
  background: #ccccff;
  background-image: url('images/corner.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  color: #000000;
  font-family: 'Trebuchet MS';
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
}
.menu a:link {
  background-color: transparent;
  color: #000000;
  font-family: Georgia;
  font-size: 10px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 10px;
  border-right: 3px solid #000066;
  border-bottom: 1px solid #0000cc;
}
.menu a:visited {
  background-color: transparent;
  color: #000000;
  font-family: Georgia, Arial, Tahoma;
  font-size: 10px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 10px;
  border-right: 3px solid #000066;
  border-bottom: 1px solid #0000cc;
}
.menu a:hover {
  background-color: transparent;
  color: #ff0000;
  font-family: Georgia, Arial, Tahoma;
  font-size: 10px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 10px;
  border-right: 3px solid #000066;
  border-bottom: 1px solid #0000cc;
}
.copyright {
  color: #000000;
  font-family: Georgia;
  font-size: 11px;
  text-align: center;
  padding-top: 11px;
  border-top: 1px solid #000000;
}

.anylinkcss {
position:absolute;
visibility: hidden;
z-index: 100;
background-color: #deddff;
width: 280px;
  text-align: left;
}
.anylinkcss a:link {
color: black;
display: block;
  text-align: left;
}
.anylinkcss a:visited {
color: black;
display: block;
  text-align: left;
}
.anylinkcss a:hover { /*hover background color*/
color: #ff0000;
  text-align: left;
}
