 
.td_subtitle{
  font-size : 90%;
  line-height : 1;
  color : #ffffE8;
  background-color : #2424ff;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : white;
  border-bottom-color : white;
  text-decoration : underline;
}
.td_title{
  color : #ffffE8;
  background-color : #0000c4;
  font-size : large;
}
.td_memu{
  color : white;
  background-color : #b3b3ff;
}
.td_footer{
  color : white;
  background-color : #0000c4;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : white;
}
TD{
  font-size : 90%;
  line-height : 1.2;
  color : black;
}
.td_coment{
  background-color : white;
}
BODY{
  background-color : #eeeeff;
}
.underline{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : blue;
  
}
P{
  line-height : 1.3em;
}
DIV{border-width : 3px 3px 3px 3px;border-color : black black black black;}

