body { background:#ffcc99; 
color: black;　
font-size: medium ;
font-family: "ms p明朝",serif;
line-height: 1.5em;　
}

h1{　　　　　
font-size: 2em; 
color: seagreen;
text-align: center; 
/*border-bottom: 2pt solid*/
} 

h2{ 
margin-left: 10%; 
margin-right: 10%; 　
font-size: 1.2em;
color: white; 
text-align: left;
border: thick double teal; 
background: seagreen;
padding: 6px;　
}
 
h3{ 　
font-size: 1.2em;
color: seagreen; 
text-align: center;
margin-left: 10%; 
margin-right: 10%;  
} 

p{　　
margin-left: 10%; 
　margin-right: 10%;
text-indent: 1em; 
color: black;
}

pre{　　
margin-left: 10%; 
font-size: medium;
color: navy;

}

strong{　
font-size: 1.2em;
color: red;
}

em{　
font-style: italic;
color:darkviolet;
}

img.float-r {
float: right;margin-right: 10%;
}

img.float-l {
float: left;margin-left: 10%;
}

.center {
text-align: center;
}