 BODY {
font-size:12;
width:800px;
color:rgb(51, 0, 0);
background-color:white; 
background-repeat: repeat-yy;
}

pre{
  white-space:pre-wrap;
  white-space:-moz-pre-wrap;
  white-space:-pre-wrap;
  white-space:-o-pre-wrap;
  word-wrap:break-word;
}
p.note{
  /*font-style: italic;  */
  /*color: blue;  */
  text-indent: 0 em; /* インデント */
  /*text-decoration: underline;  文字飾り */
  background: #ddd; /* 背景色 */
}

a:link {color="#663366";} 
a:visited {color="#990099";} 
a:active {color="#000099";}
