/* CSS Document */
body{
	background-color: #FAEDF6;
	background-image: url(../images/new_background.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
}a {
	color: #BF5A9E;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a:hover {
	color: #BF5A9E;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
