body{
		background-color: #eecccc;
		background-image: url(red.jpg);
		}
.style1{
	font-family: 'Lobster', cursive;
	font-size: 60px;
	color: #A60000;
	font-weight: bold;
	}
.style2{
	font-family: 'Lobster', cursive;
	font-size: 30px;
	color: black;
	}
	
.style3{
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	color: black;
	}
.style4{
	font-family:'PT Sans Narrow', sans-serif;
	font-size: 30px;
	color: #A60000;
	}
.quotestyle{
	font-family: 'Amatic SC', cursive;
	font-size: 40px;
	color: #003A6F;
	}
.cellpaddingstyle{
	margin: 30px;
	}
.border {
	border: 2px solid black;
		}
.tablebackground{
	background-color: #C9C9C9;
	height: 500px;
	}
	
a:link{
	color:#494949;
	}
a:visited{
	color: #AB2727;
	}
a:active{
	color:#AB2727;
	}
a:hover{
	color: white;
	}
	