a.link:link {
  color: #000000;
  text-decoration: none;
  font-size : 12px;
  font-weight : bold;
}
a.link:visited {
  color: #000000;
  text-decoration: none;
  font-size : 12px;
  font-weight : bold;
}
a.link:hover {
  color: #ff0000;
  text-decoration: none;
  font-size : 12px;
  font-weight : bold;
}
a.link1:link {
  color: #ffff00;
  text-decoration: none;
  font-size : 16px;
  font-weight : bold;
}
a.link1:visited {
  color: #ff0000;
  text-decoration: none;
  font-size : 16px;
  font-weight : bold;
}
a.link1:hover {
  color: #ffff00;
  text-decoration: none;
  font-size : 16px;
  font-weight : bold;
}
a.link2:link {
  color: #ff0000;
  text-decoration: none;
  font-size : 16px;
  font-weight : bold;
}
a.link2:visited {
  color: #ff0000;
  text-decoration: none;
  font-size : 16px;
  font-weight : bold;
}
a.link2:hover {
  color: #0000ff;
  text-decoration: none;
  font-size : 16px;
  font-weight : bold;
}
a.link3:link {
  color: #0000ff;
  text-decoration: none;
  font-size : 16px;
  font-weight : bold;
}
a.link3:visited {
  color: #c0c0c0;
  text-decoration: none;
  font-size : 16px;
  font-weight : bold;
}
a.link3:hover {
  color: #ffff00;
  text-decoration: none;
  font-size : 16px;
  font-weight : bold;
}
a.link4:link {
  color: #ff0000;
  text-decoration: none;
  font-size : 16px;
  font-weight : bold;
}
a.link4:visited {
  color: #c0c0c0;
  text-decoration: none;
  font-size : 16px;
  font-weight : bold;
}
a.link4:hover {
  color: #ffff00;
  text-decoration: none;
  font-size : 16px;
  font-weight : bold;
}
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.bt1 a:link, .bt1 a:visited {
  text-align:center;
  text-decoration: none;
  font-size : 12px;
  margin:0px;
  padding:4px;
  border-top: 2px solid #e4e4e4;
  border-right: 2px solid #585858;
  border-bottom: 2px solid #585858;
  border-left: 2px solid #e4e4e4;
  color:#ffffff;
  width:90px;
  background-color:#0000ff;
}
.bt1 a:hover {
  text-align:center;
  text-decoration: none;
  font-size : 12px;
  margin:0px;
  padding:4px;
  border-top: 2px solid #585858;
  border-right: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  border-left: 2px solid #585858;
  color:#0000ff;
  width:90px;
  background-color:#d9d9ff;
}