@charset "UTF-8";
/* CSS Document */
body{
	background-color: darkgray;
	
}
ul{list-style-type: none;
	margin:0;
	padding:10px 0px 10px 0px;
	color: azure;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 20px;
}
li{
	display: inline;
	padding: 0px 100px 0px 100px;
}
li a{ 
text-decoration: none;
color:aliceblue;

}	

li a:visited{
	font-style: italic;
	font-weight: bold;
	color:azure;
}
@media screen and (max-width:945px)
{
	.div1{width: 100%; height: auto}
	.div2{width: 100%; height: auto}
	li{display: block; padding:15px 0px 15px 0px; width: 10%; margin: auto;}
}
.centertext
{
	border: 1px solid;
    padding: 10px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: azure;
	font-size: 31px;
	text-align: center;

}
.centertext2
{
	text-align: center;
	border: 1px solid;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: azure;
	font-size: 30px;
	text-align: center;
	
}
.centertext2 a {
	display:inline-block;
}