.background {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(lovecrystalball-background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style1 {color: #FFFFFF}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
.left {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.paragraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 1.7em;
}

.right {
	float: right;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}
