/* parolstilo.css 
 * MARUYAMA Satosi 2001-02-23
 */

body {background: #FFFFCC;
	margin-left: 3em;}

h1 { font-size:3.0em; text-align: center}
h2 {
	margin-top: 2em;
	padding: 0.5em;
	border-width: 0.4em 0em 0em 1.8em;
	border-style: double none none solid;
	border-color: green;
}
dl {line-height: 1.5;}
p {line-height: 150%;			
		text-indent: 1em;}

p.frame{
	border: thin gray solid;
	margin-left: 1em 1em 1em 3em;
	padding: 1em;
	line-height: 1.5;
}


		UL{line-height: 1.5;}
		OL{line-height: 1.5;}
h1, h2, h3, h4, h5, h6 { color: green}
h1  em { color: red}
		p.dngl{margin-left: 2em;
				text-indent: -1em;}
		p.noindent{text-indent: 0%;}

		div.right{text-align: right;}
#samp { background: #EEE}		

span.nova{color: #FF0000;}

em.high{ text-decoration: overline:}

blockquote.frame{
	border: thin gray solid;
	margin-left: 1em 1em 1em 3em;
	padding: 1em;
	line-height: 1.5;
}

p.center-big3 {
		text-align: center;
	  font-size:300% ;
	}
p.center-big2 {
		text-align: center;
	  font-size:200% ;
	}



