 
table{
  font-weight : bold;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : #ff9900;
  font-size : 12px;
  line-height : 150%;
}
td{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
a{
  color : navy;
}
a:hover{
  color : red;
  background-color : #ffff99;
}
body{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
#flame300{
  line-height : 150%;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 270px;
  font-size : 12px;
  background-color : #ffff9b;
}
#image{
  background-image : url(img/komado-img2010-1.jpg);
  background-repeat : no-repeat;
  background-position : 0% 0%;
  width : 450px;
  height : 156px;
}
