body {
	background: #daedde;
	font-size: 16px;
	font-family: 'Lustria', Verdana, Arial, sans-serif;
	color: #6a1988;
	margin: 0;
}
a:link, a:visited {
	color: #CD7552;
	text-decoration: none;
}
a:hover, a:active {
	color: #473C69;
	text-decoration: underline;
}
.header {
	background: #b5d9bb;
	padding: 30px 0;
	text-align: center;
}
h1 {
	border-bottom: 1px solid #c09fcc;
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0 2px 0;
	text-align: center;
}
.menu {
	background: #6a1988;
	padding: 6px 0;
	font-size: 20px;
	color: #daedde;
}
.menur {
	width: 950px;
	text-align: right;
}
.menu a:link, .menu a:visited {
	color: #daedde;
	text-decoration: none;
}
.menu a:active, .menu a:hover {
	color: #b5d9bb;
	text-decoration: underline;
}
.content {
	width: 950px;
	text-align: left;
	padding: 20px 0;
}
.footer {
	margin-top: 50px;
	background: #c09fcc;
	padding: 10px 0;
	font-size: 14px;
}
.footer a:link, .footer a:visited {
	color: #daedde;
	text-decoration: none;
}
.footer a:active, .footer a:hover {
	color: #6a1988;
	text-decoration: underline;
}
.line {
	border-top: 1px dashed #6a1988;
}
.pagetop {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
.quotes {
	font-size: 14px;
}
.left {
	border-right: 1px solid #c09fcc;
}
.main {
	padding-left: 10px;
}
.order {
	font-size: 14px;
	font-style: italic;
}
