@charset "UTF-8";
/* CSS Document */
.main {
	max-width:720px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: normal;
	text-decoration: none;
}
.main embed {
	margin-left:auto;
	margin-right:auto;
}
.main a {
	target: "_blank" !important;
	color: #FFF;
}

.maintitle  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3F0;
	text-transform: uppercase;
	text-align:left
}
.date {
	font-size: 14px;
	color: #333;
	font-weight: lighter;
	text-align:left
}
.footer {
	max-width:720px;
}
.post a {
	target: "_blank" !important;
	color: #FFF;
}
hr {
	height:0px;
	width:98%;
	border:none;
	border-bottom:#0F0 dotted 1px;
}