body {
    font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 15px;
	color: #9E5969;
	text-align: justify;
	background-color: #e5b0c2;
	scrollbar-face-color: #E5B0C2;
	scrollbar-highlight-color: #B6707F;
	scrollbar-3dlight-color: #E5B0C2;
	scrollbar-darkshadow-color: #E5B0C2;
	scrollbar-shadow-color: #B6707F;
	scrollbar-arrow-color: #B6707F;
	scrollbar-track-color: #E5B0C2;
}
.title {
    font-family: "Trebuchet MS";
	font-size: 11px;
	text-transform: uppercase;
	color: #FDEAEF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FDEAEF;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
a:link {
	color: #9E5969;
	text-decoration: underline;
}
a:visited {
	color: #FDEAEF;
	text-decoration: underline;
}
a:hover {
	color: #FDEAEF;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.names {
	font-weight: bold;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 9E5969;
}

