body{
		background-color: #0B173B;
		background-image: url(wood1.jpg);
		}
.style1{
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	color: #610B21;
	font-weight: bold;
	}
.style2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #610B21;
	}
	
.style3{
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	color:#003A6F;
	}
.style4{
	font-family:'PT Sans Narrow', sans-serif;
	font-size: 30px;
	color: #003A6F;
	}
.quotestyle{
	font-family: 'Rock Salt', cursive;
	font-size: 20px;
	color: #003A6F;
	}
.cellpaddingstyle{
	margin: 30px;
	}
.border {
	border: 2px solid #003A6F;
		}
.tablebackground{
	background-color: #ddeeff;
	height: 500px;
	}
	
a:link{
	color:#086A87;
	}
a:visited{
	color: #FF5959;
	}
a:active{
	color:#610B21;
	}
a:hover{
	color: #0B0B61;
	}
	