body, h1, h2, h3, p, a, img, div {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-family: monotype;
	color: #f38b30;
	background: #e01d85;
	text-align: justify;
	}
h1 {
	font-size: 42pt;
	letter-spacing: 20px;
	font-weight: bold;
	line-height: 90%;
	}
h2 {
	position: absolute;
	top: 50px;
	left: 50px;
	font-size: 18pt;
	background: transparent;
	}
h3 {
	position: absolute;
	top: 75px;
	left: 50px;
	font-size: 10pt;
	background: transparent;
	}
img {
	margin-bottom: 5px;
	padding: 5px;
	}
a, a:hover, a:visited {
	color: #30f38b;
	text-decoration: none;
	}
p {
	margin-right: 5px;
	margin-left: 5px;
	border-right: solid 2px #30f38b;
	border-left: solid 2px #30f38b;
	color: #30f38b;
	}
p:first-line {
	font-weight: bolder;
	font-size: 60%;
	}
.lg {
	float: left;
	display: none;
	position: fixed;
	background: transparent;
	}
.left {
	float: left;
	clear: left;
	margin-left: 10px;
	}
.right {
	float: right;
	clear: right;
	margin-right: 10px;
	}
.footer {
	clear: both;
	bottom: 100%;
	width: 100%;
	text-align: center;
	}
#page {
	margin-left: 510px;
	width: 400px;
	border-left: solid 5px #1d85e0;
	border-right: solid 5px #1d85e0;
	}
