@charset "UTF-8";
/* CSS Document */

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	background-color: #999;
	padding: 10px;
	font-weight: lighter;
}
.classes {
	float: left;
	width: 30%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
}
.content {
	float: right;
	width: 70%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: lighter;
}
.total {
	width: 60%;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: auto;
	margin-left: auto;
}
