@charset "UTF-8";

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

.table {
	margin-left: 70px;
}
.drawing {
	margin-right: 50px;
	margin-left: 50px;
}
#content {
}
#right {
	float: right;
	height: 750px;
	width: 1200px;
	background-color: #e6e6e6;
}
#left {
	width: 300px;
	height: 500px;
}
#whole {
	height: 750px;
	width: 1500px;
}

