body {
	margin-top : 0;
	margin-left : 0;
	margin-right : 0;
	margin-bottom : 0;
	padding : 0;
}
p {
	font-family: georgia, serif;
	font-size: 12px;
	color: #ddd;
	width:360px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
p.foot {
	font-size: 11px;
	text-align:right;
}
a:link, a:visited {
	text-decoration : none;
	color : #f96;
}
a:active, a:hover {
	text-decoration : none;
	color : #fc9;
}

.main {
	width:800px;
	margin-left : auto;
	margin-right : auto;
}
.maintext {
	text-align:center;
	margin-top : 124px;
}
