body{
	font-family: arial;
	font-size: 16px;
	padding: 20px;
	color: #333;
}

h1{
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

h2{
	margin-top: 25px;
	font-size: 20px;
	font-weight: normal;
}

table{
	margin-top: 15px;
}

table th,
table td{
	padding: 10px 15px;
	border: 1px solid #ccc;
}

table th{
	background-color: #555;
	color: white;
	font-weight: normal;
}

select{
	font-size: 12px;
	border: 1px solid #ccc;
}