.mystyle {
	background-attachment: fixed;
	background-image: url(Images/clouds-purple.jpg);
	background-repeat: repeat;
	background-position: center center;
	font-style: oblique;
	color: #b25cc5;
	font-weight: normal;
	text-decoration: none;
	
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	text-transform: uppercase;
	color: #87229d;
	text-decoration: none;
}

a:visited {
	font-style: oblique;
	color: #b25cc5;
	
}

a:link {
	font-style: oblique;
	color: #b25cc5;
	
}

