.style1 {
	font-size: x-large;
	color: #009900;
	font-style: normal;
	text-decoration: none;
}
h1 {
	font-size: x-large;
	color: #006600;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #006600;
}
body {
	font-size: small;
	line-height: 150%;
	background-color: #e8f4ce;
	text-align: center;
}
.redText {
	color: #FF0000;
}
h2 {
	font-size: large;
	color: #006600;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #006600;
	border-left-color: #006600;
}
a:link {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:active {
text-decoration:none;
}
a:hover {
	text-decoration:underline;
	text-align: center;
}
.strong1 {
	color: #F00;
}
