@charset "utf-8";
.menu {
	font-size: 13px;
	color: #DD6F00;
}

.menu a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	text-decoration: underline;
	top: 1px;
	position: relative;
}
.menu a:active {
	text-decoration: none;
	color: #FF0000;
}

.menu2 {
	font-size: 12px;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height: 1.5;
	font-size: 13px;
}

.underline a:link {
	text-decoration: none;
	color: #C27726;
}


.underline a:visited {
	text-decoration: none;
	color: #C27726;
}
.underline a:hover {
	
	font-size: 14px;
}
.underline a:active {
	text-decoration: none;
	color: #FF0000;
}
.content {
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
