body{
	background-color: #333333;
	font-family: Helvetica;
	margin-top: 20px;
}

.content_body{
	background-color: beige;
	margin-top: 5px;
	padding: 10px;
	margin-left: 50px;
	margin-right: 50px;
}
.head_table{
	color: beige;
	font-size: 50px;
	width: 800px;
	font-weight: bold;
}
.main_table{
	height: 600px;
	width: 800px;
	
}
.foot_table, .foot_table a{
	color: beige;
	font-size: 10px;
	width: 800px;	
	text-decoration: none;
	text-align: right;	
}

.foot_table a:hover, .menue_point a:hover{
	text-decoration: underline;
}

.menue_content{
	width: 150px;
}

.main_content{
	width: 650px;	
	text-align: justify;
	background-color: beige;
	
}

.menue_point, .menue_point a{
	height: 40px;
	color: beige;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	
	margin-right: 10px;
}