.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #CC66FF;
	background-image:url(images/lady_bg.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
a:link {
	color: #FFCCFF;
	text-decoration: none;
}
a:visited {
	color: #FFCCFF;
	text-decoration: none;
}
.menuleft {
	background-attachment: scroll;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
