 
BODY{
  color : navy;
  background-color : white;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 5px;
  margin-left : 10px;
  margin-right : 5px;
  margin-bottom : 5px;
  width : 600px;
}
A:LINK{
  color : blue;
  text-decoration : none;
}
A:VISITED{
  color : purple;
  text-decoration : none;
}
A:HOVER{
  color : red;
}
A:ACTIVE{
  color : red;
  text-decoration : none;
}
H1{
  font-size : 100%;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
}
P{
  font-size : 80%;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  color : #0080ff;
  
  line-height : 30px;
}
#half-h2{
  width : 330px;
}
#left-img{
  text-align : right;
  float : left;
}
#content{
  
  width : 600px;
  margin-top : 20px;
  
  
  
}
H2{
  font-size : 100%;
  font-weight : bolder;
  color : #006fdd;
  
}
#half-right{
  width : 330px;
  
  
  
  text-align : left;
}
H3{
  font-size : 80%;
  color : #008080;
}
#right-img{
  text-align : left;
  float : right;
}
LI{
  font-size : 90%;
  line-height : 20px;
  margin-top : 20px;
  
}
#rink-half{
  width : 380px;
  margin-left : 10px;
  margin-right : 10px;
}
TD{
  width : 120px;
  height : 150px;
}
#td-p{
  font-size : 70%;
  line-height : 10px;
}
#tenzi-img{
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  text-align : center;
}
#li1{
  color : #0080ff;
  list-style-type : disc;
}
#color-g{
  color : green;
}
