body {
	background-color: #000;
	padding-top: 20px;
	padding-left: 70px;

}

.heading {
	font-size: 1.4em;
	color: #41a70b;
}

.subtitle {
	font-size: 1em;
	color: #6eb035;
}

.light {
	font-family: monospace;
	font-weight: lighter;
}

.menu_item {
	margin-left: 15px;
	margin-right: 15px;
	color: #71d71b;
	text-align: center;
}

.menu {
	text-align: center;
	max-width: 600px;
	margin-bottom: 40px;
	color: #6eb035;
}


.upper_hr {
		background-color: #71d71b;
		height: 1px;
		border: 0;
}

a:link {
	text-decoration: none;
	color: #aaa;
}
a:visited {
	text-decoration: none;
	color: #aaa;
}
a:hover {
	text-decoration: none;
	color: #41a70b;
}
a:active {
	text-decoration: none;
	color: #aaa;
}

.main {
	color: #6eb035;
	max-width: 600px;
}

.title {
	color: #aaa;
	margin-right: 30px;
}

.title:link {
	color: #aaa;
	text-decoration: none;
}

.title:active {
	color: #aaa;
	text-decoration: none;
}

.title:visited {
	color: #aaa;
	text-decoration: none;
}

.title:hover {
	text-color: #aaa;
	text-decoration: underline overline;
}

.date {
	color: #aaa;
	margin-left: 30px;
}

.content {
	margin-bottom: 50px;
}

.page_navi {
	text-align: center;
	padding-bottom: 20px;
}

.mform {
	text-align: center;

}

input {
	border: 1px solid #6eb035;
	background: black;
	color: #6eb035;
}

textarea {
	border: 1px solid #6eb035;
	background: black;
	color: #6eb035;
}

.preview {
	margin-top: 50px;
}