body {
	font-size: 16px;
	color: #c52ffd;
	background-image: url(../images/backgrounds/plumsatin.jpg);
	font-family: Lucida Handwriting, Cursive;
	text-align: center;
	font-weight: bold;


}
.title {
	font-size: x-large;
	font-weight: bold;
}
a:link {
	color: #9933CC;
}
a:visited {
	color: #FFCCFF;
}
a:hover {
	color: #FFFFCC;
}
a:active {
	color: #CCCCFF;
}