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

body {
	background-color: #6699CC;
}
.table_class {
	height: 81px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-color: white;
}
.content_class {
	margin-left: 100px;
}
.table_accent {
	background-color: #CC0000;
}
font {
	color: white;
}

