@charset "utf-8";
.body {
	background-image: url(images/greensquare.jpg);
	background-repeat: repeat;
}



.style1 {font-family: Georgia, "Times New Roman", Times, serif}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


body {
	background-image: url(images/greensquare.jpg);
}


.style3 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; }


.style4 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; }


a:link {
	color: #9272B2;

}


a:visited {
	color: #9272B2;
	float: none;

}
.style5 {
  color: #663399;
  font-weight: bold;
  font-size: 18px;
}
.style20 {
  color: #9966CC;
  font-size: 18px;
}

.block {
	background-repeat: repeat;
	vertical-align: top;
	border: thick groove #9272B2;
	background-image: url(images/goldsquare.jpg);
	padding-right: 2;
	padding-top: 2;
	padding-bottom: 2;
	padding-left: 10;
}
.footer  {
	background-image: url(images/greensquare.jpg);
	background-repeat: repeat;
} 
.footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
