H1{
  font-size : 20px;
  font-family : Verdana;
  letter-spacing : 5px;
}
A:LINK{
  text-decoration : none;
  color : black;
}
A:visited{
  color : black;
  text-decoration : none;
}
A:HOVER{
  color : white;
  background-color : black;
  text-decoration : none;
}
A:ACTIVE{
  color : white;
  background-color : black;
  text-decoration : none;
}
.borders{
  border-width : 1px;
  border-style : solid;
  margin-top : 20px;
  margin-bottom : 20px;
  padding-top : 5px;
  padding-bottom : 5px;
}
.hyodai{
  border-bottom-width : 1px;
  border-bottom-style : double;
  margin : 5px;
  font-weight : bold;
}
.source{
  border-width : 1px;
  border-style : solid;
  margin : 5px;
  border-color : black;
  background-color : #EFEFEF;
  
  font-size : 15px;
}
IMG{
 margin : 5px;
}
.document{
  margin-left : 5px;
  font-size : 15px;
}
DL{
  margin-top : 10px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
}
UL{
  margin-top : 10px;
  margin-left : 25px;
  margin-right : 5px;
  margin-bottom : 5px;
}

