body, table, tr, td {
	font: 8pt georgia; 
	color: #5F5F5F;
	letter-spacing: 1px}
body {
	background-color: #ad95ad;
}
a:link, a:active, a:visited {
	font-weight: normal;
	color: #ad95ad}
a:hover {color: #6c6c6c}
input, textarea, option, select {
	background-color: #d4c2d4;
	font: 8pt georgia;
	color: #5f5f5f;
	letter-spacing: 1px;
	border-bottom: 2px solid #6c6c6c;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding:2px; 
}
p { 
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;

}
.title {
background-color: #d4c2d4;
color: #6c6c6c;
font-family: georgia;
font-style: italic;
text-transform: lowercase;
font-size: 17px;
font-weight: bold;
border-bottom: 2px solid #d4c2d4;
text-align: right;
letter-spacing: 2px;
margin-right: 20px;
margin-left: 20px;
margin-top: 5px;

}
.content {
	position: absolute;
	top: 371px;
	left: 46px;
	width: 416px;
	z-index: 0;
	background-color: #ded9de; 
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
			border: 1px solid #5F5F5F;
}

