body{
		background-color: #aa9999;
		background-image: url(linen.jpg);
		}
.style1{
	font-family: 'Lobster', cursive;
	font-size: 60px;
	color: #442233;
	font-weight: bold;
	}
.style2{
	font-family: 'Lobster', cursive;
	font-size: 30px;
	color: #3B0B17;
	}
	
.style3{
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	color:#570C0C;
	}
.style4{
	font-family:'PT Sans Narrow', sans-serif;
	font-size: 30px;
	color: #666666;
	}
.cellpaddingstyle{
	margin: 30px;
	}
.border {
	border: 2px solid #442233;
	border-radius: 25px;
		}
.tablebackground{
	background-color: #bb8877;
	height: 500px;
	}
.border1{
	border: 2px solid #0B2161;
	}
a:link{
	color:#086A87;
	}
a:visited{
	color: #0B4C5F;
	}
a:active{
	color:#610B21;
	}
a:hover{
	color: white;
	}
	