/* CSS Document */
body {
	background-color: #F7E1EE;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.style2 {font-size: 16px}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
}
.style5 {
	font-size: 24px;
	color: #C06DA5;
}
.style6 {color: #A84889}

.style9 {font-size: 18px}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #7C3666;
}
a:hover {
	text-decoration: none;
	color: #7C3666;
}
a:active {
	text-decoration: none;
}
