body{
	background-color: rgb(255,51,0);
	font-size: 30px;
	height: 1000px;
}
a{ border:10px inset gray;
	border-radius: 10px;
	font-size: 30px;
	color: white;
	text-decoration: none;
	background-color: #00f700;
	box-shadow: 0px 10px 15px 0px #00f700;
	margin: 100px;
	padding: 3px 35px;
}
a:hover{
	background-color: black;
	color: #00f700;
}
img{
	margin-top: 80px;
	box-shadow: 0px 60px 84px 0px #000;
	outline:20px inset black;
	width: 550px;
	height: 300px;
}
.bc{
	font-family: arial;
	float: right;
	overflow: auto;
}
.nob{
	background-color: #421814;
}
.hal{
	background-color: #901e1d;
}
.la{
	width: 1100px;
	height: 300px;
}
.cha{
	background-color: #ce3500;
}
.nit{
	background-color: #f0c282;
}
.car{
	background-color: #f8a300;
}
.bor{
	background-color: #ffbb00;
}
.lat{
	background-color: #686b69;
}
.ear{
	background-color: #457725;

}
.alk{
	background-color:  #172035;
}
.li{
	background-color: #09568d;
}
.lan{
	background-color: #00494e;
}
.act{
	background-color: #122b3e;
}
h1{
	box-shadow: 0px 50px 74px 0px black; 
	padding: 14px 16px;
	font-size: 60px;
	margin-top: 0px;
	background-image: url(blue.jpg);
}
h3{
	box-shadow: 0px 50px 74px 0px black; 
	text-shadow: 2px 2px green;
	padding: 5px;
	background-color: white;
	margin-top: 0px;
	outline: :10px double red;
	border:10px inset black;
	border-radius: 15px;
}
h4{
	font-size: 25px;

}
p{
	color: white;
	
}
.active{
	background-color: #00f700;
}