
BODY{
margin : 50px 50px;
background-repeat: repeat;
background-attachment: fixed;
background-position: left;
font-size : 9pt;
line-height : 130%;
background-color: lavenderblush;
color : firebrick;

    scrollbar-base-color: lavenderblush;
    scrollbar-track-color: lavenderblush;
    scrollbar-face-color: lavenderblush;
    scrollbar-darkshadow-color: firebrick;
    scrollbar-highlight-color: firebrick;
    scrollbar-arrow-color: firebrick;
}
A:link{color:  darkorange;
}
A:visited { color : darkorange;
}
A:active{color: cornsilk;
}
A:hover{
background-color : salmon;
color: cornsilk;
}
#title{
font-size : 11pt;
font-weight : bold;
text-align : center;
}
#ss{
font-family : "MS UI Gothic, 等幅ゴシック";
text-align : left;
width : 500px;
font-size : 9pt;
line-height : 130%;
}
#1{
color:snow;
font-family : "MS UI Gothic, 等幅ゴシック";
width : 500px; 
font-size : 12pt;
font-weight : bold;
text-align : center;
 background-color: salmon;
padding: 10px;
border:  dotted 6px  crimson;
}
#2{
font-family : "MS UI Gothic, 等幅ゴシック";
width : 490px; 
 font-size : 10pt;
  line-height : 15pt;
padding: 15px 25px 25px 25px;
background-color: snow;
color : chocolate;
text-align : left;
border:  double 3px tomato;
border-top : none;
}