@charset "utf-8";
/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	width: 450px;
	margin-left: 220px;
	line-height: 1.3;
}

h1 {
	font-weight:bold;
	font-size:2.2em;
	color: #55f20b;
	margin-top: 15px;
	margin-left: 15px;
	letter-spacing: 1px;
}
h2 {
	font-weight:bold;
	font-size:1.5em;
	color: #55f20b;
	margin-left: 165px;
	letter-spacing: 2px;
}
h3 {
	font-weight:bold;
	font-size:1.1em
}
strong { font-weight:bold }

a:link {
	color: #FF0099;
	text-decoration: none;
}
a:visited {
	color: #FF0099;
	text-decoration: none;
}
a:hover {
	color: #55F20B;
	text-decoration: none;
}
a:active {
	color: #FF0099;
	text-decoration: underline;
}
