


div.content {
background-color:darkred;
width:200px;
height:60px;
float:left;
margin: 15px;
font-size: 25px;
text-align: center;
color: white;

}

div.content2 {
background-color: #808080;
width:240px;
height:40px;
float:left;
padding: 5px 0px 0px 60px;
font-size: 25px;
text-align: left;
color: white;

}	

div.content3 {
background-color: #808080;
width:240px;
height:20px;
float:left;
margin: 0px;
padding: 5px 0px 0px 60px;	
font-size: 15px;
text-align: left;
color: white;

}

div.content4 {
background-color: darkred;
width:1310px;
height:25px;
	

padding: 5px 0px 0px 0px;	
font-size: 20px;
text-align: center;
color: yellow;

}	
	
div.active {
background-color:darkred;
width:250px;
height:60px;
float:left;
margin: 15px;
font-size: 25px;
text-align: center;
color: white;
	}
	
	
input[type=button],
      input[type=submit] {
        background-color: yellow;
        border: solid 5px;
        color: black;
        padding: 15px 30px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
		font-size: 25px;
}

	div.box{
		background-color:darkred;
		width:1310px;
		height:75px;
		float:left;
		border-radius: 10px;
		font-size: 15px;
		border: solid 7px;
		color: black;
		text-align: center;
	}
	div.heading{
		background-color:darkred;
		width:1310px;
		height:100px;
		border-radius: 15px;
		border: solid 7px;
		font-size: 55px;
		text-align: center;
		padding-top: 50px;
		border-color: black;
		color: white;
	}
	
	
	div.bottom{
		background-color: #808080;
		width:1310px;
		height:100px;
		border-radius: 10px;
		font-size: 25px;
		border: solid 7px;
		color: black;
	}
	
#text{
	width:1260px;
	height:500px;
	padding-left: 30px;
	padding-right: 50px;
	text-align: justify;
}
	
div#text2{
	width:1310px;
	height:500px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	text-align: justify;
	font-size: 12px;
	text-align: center;
	
}

#image{
	width:1310px;
	height:410px;
	padding-left: 20px;
	
	
}

div.container{
	width:1310px;
	height:600px;
	text-align: center;
	float:left;
	margin: 20px;

}
ul{
	
		list-style-type: none;
		margin: 0;
		padding: 10 100 10 250;
		display: flex;
		
	}
	
	li a{
		display: block;
		font-family: Helvetica, Arial, Sans-serif;
		color: white;
		text-align: center;
		font-size: 25px;
		padding: 10px 30px 10px 30px;
		text-decoration: none;
		
		
	
	}
	
	li a:hover,li a:focus, .active {
		color: yellow;

	
		

	}
	
	
	li a: focus{

		outline: 3px solid black;
		outline-offset: 2px;

	}


