 

@import url(alog.css);
.td-blue{
  background-color : aqua;
}
BODY{
  font-family : "ＭＳ ゴシック";
  font-weight : lighter;
}
.td-murasaki{
  background-color : #ff80ff;
}
.td-hada{
  background-color : #ffff99;
  font-size : small;
  font-family : "ＭＳ ゴシック";
}
.td-orange{
  
  background-color : #ff8000;
  color : white;
}
H3{
  
  color : #ff9900;
}
A{
  text-decoration : none;
}
.font-red{
  color : red;
}
.td-font-small{
  font-size : xx-small;
  font-family : "ＭＳ ゴシック";
}

