@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 37px; 
	text-decoration: underline;
	font-style: oblique; 
	margin:auto;
	color: white;
}
h2 {
	align-content: center; 
	font-size: 30px; 
	margin:auto; 
	color: white;
	padding-left: 50px;
}

img { 
	width: 600px; 
	padding-top: 20px;
	
}

body { 
	background-color: black;
}

p {
	color: white;
	padding-left: 50px; 
	padding-right: 50px;
}

p1 { color: gray;
font-size: 13px;
	padding-left: 40px; 
	padding-right: 40px;
	

}

.newsnav {background-color: white;
width:100%;
	height: 30px;
	padding-top: 20px;
	padding-left: 20px;
}

h5 {font-size: 50px; 
color: white; 
padding-left: 20px;
}

li {
	background-color: black;
	color: white;
	margin: auto;
	align-content: center;
	font-style: underline; 
}
ol {
	color: white;
	background-color: black;
	color: white;
	margin: auto;
	align-content: center; 
	text-decoration: underline;
	
}




