/*----- for contents -------------------*/

div#contents {
	text-align: left;
}

h1, h2, h3, h4, h5, hr, p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	line-height: 150%;	
}
h1 {
	font-weight: bold;
	font-size: 180%;
	background-color: #FFFACD;
	padding-left: 0.5em;
}
h2 {
  font-size : 150%;
  font-weight : bold;
}
h3 {
	font-size: 125%;
	font-weight : bold;
}
h4 {
	font-size: 110%;
	font-weight : bold;
}
h5 {
	font-size: 100%;
	font-weight: bold;
}
p {
	line-height: 130%;
}
em{
    color: #8b0000;
    font-weight: 500;
    font-style: normal;
}
hr {
	margin: 0.3em 0 0.3em 0;
	height: 1px;
}

a {
  	text-decoration: none;
}
a:LINK {
	color: blue;
	text-decoration: none;
}
a:VISITED {
	color: Maroon;
}
a:HOVER {
	color: blue;
	background-color: #F0F8FF;
	text-decoration: underline;
}
a:ACTIVE {
	text-decoration: underline;
}

ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li, dt, dd {
	line-height: 110%;
}
ul, dl {
    margin: 0.8em 1.0em 0.8em 1.0em;
}

blockquote {
	background-color: #FAFAF1;
	text-align: left;
	margin: 0.2pc 0.3pc 0.2pc 0.3pc;
	padding: 1.0em;
	color: #333333;
	border: 1px solid #3A6E9B;
}
