@charset "UTF-8";

.body {
	background-color: #2D2D2D;
	text-align: center;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #2D2D2D;
	width: 25%;
	float: left;
	margin-top: 15px;
}
.menu a {
	text-decoration: none;
	color:#FFF;
}
.menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 70px;
	background-color:#484848
}
.content .header1{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.content .header2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.content .text1{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #CCC;
	text-align: justify;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
}
.content .text1 a {
	text-decoration: none;
	color:#CCC;
}
.content .text1 a:hover {
	text-decoration: underline;
	color: #CCC;
}


.foot {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #484848;
	font-size: 14px;
}
.foot a {
	text-decoration: none;
	color:#484848;
}
.foot a:hover {
	text-decoration: underline;
	color: #484848;
}
