body {
	background-attachment: fixed;
	background-image: url(../images/background/rainbow-leaves.jpg);
	text-align: center;
	font-family: Lucida Handwriting, Cursive;
	font-size: 14px;
	color: #CCCCFF;
	font-weight: bold;

}
a:link {
	color: #0099FF;
}
a:visited {
	color: #99FFCC;
}
a:hover {
	color: #CCCCFF;
}
a:active {
	color: #66CCFF;
}
.title {
	font-size: 24px;
	font-weight: bolder;
}
