
/*
 * This file is specifying common settings of each style.
 */


.section {
	margin-left : 5px;
}

.section2 {
	margin-left : 10px;
}
.section2 h2 {
	text-indent: 10px;
}

.section3 {
	margin-left : 15px;
}
.section3 h3 {
	text-indent: 10px;
}

.section4 {
	margin-left : 20px;
}
.section4 h4 {
	text-indent: 10px;
}

.section5 {
	margin-left : 25px;
}
.section5 h5 {
	text-indent: 10px;
}
