body {
	margin: 0;
	background: #F8EEE8;
}



A:link, A:visited, A:active {
	color: #CD5B63;
	text-decoration:none;
}

A:hover {
	color: #A04D58;
	border-bottom: 2px solid;
}

.content {
	background: #F8EEE8 url('images/v01/v01_13.jpg') no-repeat;
	font-size: 8pt;
	font-family: verdana;
	color: #A75A49;
	line-height: 18px;
	letter-spacing: 0pt;

	text-align: justify;
	padding: 10px 50px 10px 50px;
}

h1 {
	text-align: left;
	color: #BF576D;
	width: 100%;
	font-family: palatino linotype;
	font-size: 20pt;
	font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
	line-height: 40px;
	letter-spacing: -1pt;

	margin: 0px 0px 0px 40px;
}

h1:first-letter {
	color: #A04D58;
	font-size: 28pt;
}

h2 {
	color: #BF576D;
	width: 80%;
	font-family: georgia;
	font-size: 13pt;
	font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
	line-height: 19px;
	letter-spacing: -1pt;

	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.footer {
	text-align: center;
	font-size: 7.5pt;
	line-height: 15px;
	margin-top: 15px;
}

blockquote {
	text-align: center;
	background: #E0ECD8;
	font-size: 7.5pt;
	padding: 5px;
}

.codes {
	background-color: #E4D3BF;
	font-size: 8pt;
	padding: 3px;
	}