@charset "utf-8";
/* CSS Document */
.style1 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
}
.latin {
list-style-type:lower-latin;
}
.roman {
list-style-type:lower-roman;
}
.decimal {
list-style-type:decimal;
}
.txt_book {
font-style:italic;
font-weight: none;
}
ol {
color:black;
}
.title1{
font-weight:bold;
color:#00009B;
}
.title2{
color:#650000;
}
.title3{
color:#00009B;
}
li,ol>p{
line-height:200%
}
