@import "h_base.css";
@import "2nd.css";
@import "navigation.css";

h1{
	margin-bottom: 10px;
	height: 40px;
}
h2{
	margin: 15px 0 10px 0;
	border-top: 3px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	padding: 5px 15px;
	font-size: small;
}
p{
	margin-bottom: 10px;
}

table{
	margin-top:1px;
	margin-left: 80px;
	margin-bottom: 30px;
	border-collapse: collapse;
	border: 0;
}

table tr td{
	padding: 5px 10px;
	border-bottom: 1px dotted #CBCBCB;
}
.forTdCellCenter{
	text-align: center;
	}

