body{
	background-color: white;
	color: black;
	font-size: 20px;
}

.maintable{
	width: 100%;
	height: auto;
	background-color: white;
}

.tr1{
	width: 100%;
	height: 100px;
	background-color: white;
}


.tr2{
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 25px;
	background-color: lightskyblue;
}

.tr2 a:link,a:visited {
	text-decoration: none;
	color: darkslateblue;
}

.tr2 a:hover {
	font-weight: bold;
	font-size: 45px;
	background-color: blanchedalmond;
	color: darkblue;
	border-radius: 10px;
	text-decoration: blink;
	font-family: 'Dancing Script', cursive;

}

.tr3{
	width: 100%;
	height: 300px;
	background-color: white;
	color: white;
}

.tr4{
	width: 100%;
	height: 90px ;
	text-align: center;
	background-color: white;
	color:cornflowerblue ;
	font-size: 35px;
	font-family: 'Potta One', cursive;
	text-decoration: underline;
}

h2{
	font-family: 'Concert One', cursive;
	font-weight: normal;
	font-size: 40px;
}

.tr5,.tr6,.tr7{
	width: 100%;
	height: 300px;
	background-color: whitesmoke;
}



.left{
	text-align: center;
	padding-left: 20px;
}

.right{
	padding-right: 25px;
	padding-left: 5px;
	width:100%;
	height: 400px;
}

.right1{
	width: 100%;
	height: 500px;
}

.right2{
	width: 100%;
	height: 700px;
}

.left1{
	text-align: justify;
	padding-right: 10px;
}

.img-size{
	width: 90%;
	height: 600px;
}



ul{
	width: 90%;
	height: 250px;
	text-align: justify;
}

.table {
	background-color: white;
}

.see1{
			width: 150px;
			height: 30px;
			background-color:transparent;
			border: 5px double cadetblue;
			margin: 0 auto;
			text-decoration: none;

}

.see1 a:link,visited{
	text-decoration: none;
	color: black;
}

.see1 a:hover{
	font-family: 'Dancing Script', cursive;
	color: saddlebrown;
	font-size: 25px;
}


.f1{
			width: 150px;
			height: 30px;
			background-color:transparent;
			border: 5px double darkblue;
			border-radius: 10px;
}

.socialicon a:link,a:visited{
	color: black;
	margin-right: 50px;
}

.socialicon a:hover{
	color: steelblue;
	size: 40px;
}

.nav1{
	width: 80%;
	height: 100px;
}

.nav1 a{
	text-decoration: none;
	color: black;
}

.nav1 a:link,a:visited {
	color: black;
	font-size: 26px;
}

.nav1 a:hover{
	font-size: 30px;
	font-weight: bold;
	color: darkolivegreen;
	font-family: 'Dancing Script', cursive;

}

.navb1{
			width: 150px;
			height: 30px;
			background-color:transparent;
			border: 3px dotted whitesmoke;
			margin: 0 auto;
}

.login{
			width: 80px;
			height: 35px;
			background-color:lightblue;
			border: 2px double darkblue;
			border-radius: 10px;
			margin: 0 auto;
			color: black;
			box-shadow: 0px 10px 6px 0px aliceblue;
}

.login a{
	text-decoration: none;
	color: darkblue;
}

.help{
			width: 60px;
			height: 35px;
			background-color:lightblue;
			border: 2px double darkblue;
			border-radius: 10px;
			margin: 0 auto;
			color: black;
			box-shadow: 0px 10px 6px 0px aliceblue;
}



.help a{
	text-decoration: none;
	color: darkblue;

}

#search{
	width: 300px;
	height: 45px;
	border-radius: 10px;
	border-color: darkblue;
}

p,li,h4{
	font-family: 'Patrick Hand', cursive;
	font-size: 25px;
}



.quote{
			width: 50%;
			height: 150px;
			background-color:transparent;
			border: 2px double black;
			border-radius: 10px;
			margin: 0 auto;
			color: black;
			box-shadow: 0px 10px 6px 0px aliceblue;
			padding-top: 50px;
			padding-left: 20px;
}


