A:LINK{
  color : lightgreen;
  text-decoration : none;
  FONT-SIZE: 11pt;
  font-weight : nomal;
}
A:VISITED
{
  color : lightgreen;
  text-decoration : none;
  FONT-SIZE: 11pt;
  font-weight : nomal;
}
A:ACTIVE
{
  color : lightgreen;
  text-decoration : none;
  FONT-SIZE: 11pt;
  font-weight : nomal;
}
A:HOVER
{
  color : white;
  FONT-SIZE: 11pt;
  font-weight : nomal;
  text-decoration:underline;
}
H1{
  font-size : 14pt;
  font-weight : bold;
  font-style : italic;
  color : aqua;
}
.title{
  font-size : 14pt;
  font-weight : bold;
  font-style : italic;
  color : aqua;
}
P{
  font-size : 10pt;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;
  margin-bottom : 3px;
  color : aqua;
}
.kamei{
  color : cyan;
  text-align : left;
  font-size : 10pt;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;
  margin-bottom : 3px;
}
HR{
  color : green;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
}
BODY{
    background-color : black;
}
