@charset "UTF-8";body {	background-color: #d3d3d3;	padding: 0;	margin: 0;}h1 {	font-family: Geneva, Verdana, sans-serif;	font-size: xx-large;	font-weight: bold;}h2 {	font-family: Geneva, Helvetica, Arial, sans-serif;	font-weight: normal;	font-size: x-large;}h3 {	font-family: Helvetica, Arial, sans-serif;	font-size: large;	font-weight: bold;	color: #555;}p, a {	font-family: Helvetica, Arial, sans-serif;	font-size: medium;}a {	color: #55a;	text-decoration: none;}a:hover {	text-decoration: underline;	color: #66a;}a:active {	text-decoration: line-through;}#container {	position: relative;	width: 800px;	margin: 0 auto;	background-color: #fff;}#content {	position: fixed;	height: 100%;	width: 800px;	background-color: #fff;}#title {	position: relative;	margin: 15px 15px 10px 15px;	border-bottom: 2px solid #bbb;}#title h1 {	margin: 5px 0 5px 0;}#generatedContent {	position: relative;	margin-left: 12px;	padding-right: 12px;	width: 776px;	overflow: visible;}#copyright {	position: absolute;	bottom: 0;	width: 770px;	margin: 5px 15px 0 15px;;	border-top: 2px solid #bbb;	background-color: #fff;}#copyright p {	margin: 5px 0;}a#back_home {	display: block;	position: absolute;	top: 35px;	right: 15px;}
