h1 {
	font-size: 140%;
}

h2 {
	font-size: 130%;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 5px;
	color: #993333;
}

h3 {
	font-size: 120%;
	padding: 5px;
}

h4 {
	font-size: 115%;
	margin: 5px;
}

h5 {
	font-size: 85%;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #993333;
}

p {
	margin: 5px 0px 5px 5px;
	text-align: left;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}
.small_txt {
	font-size: 80%;
}
ul {
	padding-left: 50px;
}
