@charset "UTF-8";

h2 {
	margin-bottom: 30px;
}
h4 {
	margin-top: 40px;
	margin-bottom: 15px;
}
h5{
	font-size: 130%;
	margin-bottom: 10px;
	color: rgb(102,102,51);
	margin-top: 20px;
}

section{
	width: 790px;
	margin-bottom: 10px;
}

table,tr,th,td{
	border: 1px solid #CCC;
}
table{
	margin-bottom: 10px;
}
tr{
	height: 35px;
}
th{
	background-color: rgb(234,244,245);
	font-size: 120%;
}
td{
	padding-left: 20px;
}
