body{
  font-size : 90%;
  color : maroon;
}
a{
  color : blue;
  text-decoration : underline;
}
a:link{
  color : blue;
  text-decoration : underline;
}
a:visited{
  color : blue;
  text-decoration : underline;
}
a:hover{
  font-weight : bold;
  color : fuchsia;
  text-decoration : none;
}
a:active{
  font-weight : bold;
  color : fuchsia;
}


.table_1{
width:560px;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.table_1 th{
text-align: center;
padding: 4px;
vertical-align: top;
background-color: #debebe;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.table_1 td{
padding: 4px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}