.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 11px;
	color: #12802c;
	text-decoration: none;
}
.menu:Hover {
	color: #08f840;
	text-decoration: underline;
}
A {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	color: #12802c;
	text-decoration: none;
}
A:Hover {
	color: #08f840;
	text-decoration: underline;
}
.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 11px;
	color: #AA071A;
	text-decoration: none;
}
.menu1:Hover {
	color: #FFFFFF
}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eceeed;
	text-indent: 15px;
	text-align: justify;
	text-decoration: none;
	margin: 10px 10px 10px 10px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eceeed;
	text-indent: 15px;
	text-align: justify;
	text-decoration: none;
	margin: 10px 10px 10px 10px;
}
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eceeed;
	text-align: right;
	text-decoration: none;
	margin: 10px 10px 10px 10px;
}
.pod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eceeed;
	text-indent: 15px;
	text-align: right;
	text-decoration: none;
	margin: 10px 10px 10px 10px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #972233;
	text-indent: 15px;
	text-align: justify;
	text-decoration: none;
	margin: 10px 10px 10px 10px;
	background-color: ActiveBorder;
	font-weight: bold;
	font-variant: small-caps;
}