body{
		background-color: #0B173B;
		background-image: url(tartan.jpg);
		}
.style1{
	font-family: 'Pacifico', cursive;
	font-size: 60px;
	color: #8A0808;
	font-weight: bold;
	}
.style2{
	font-family: 'Merriweather', serif;
	font-size: 25px;
	color: #610B21;
	}
	
.style3{
	font-family: 'Slabo 27px', serif;
	font-size: 24px;
	color: #102051;
	}
.style4{
	font-family: 'Merriweather', serif;
	font-size: 20px;
	color: #610B0B;
	}
.quotestyle{
	font-family: 'Rock Salt', cursive;
	font-size: 20px;
	color: #003A6F;
	}
.cellpaddingstyle{
	margin: 30px;
	}
.border {
	border: 2px solid #0A2A0A;
		}
.tablebackground{
	background-color: #F5ECCE;
	height: 500px;
	}
	
a:link{
	color:#086A87;
	}
a:visited{
	color: #610B0B;
	}
a:active{
	color:#610B21;
	}
a:hover{
	color: #cc9944;
	}