@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:floralwhite;
}
@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;}
}

.text1
{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: azure;
	font-size: 30px;
	text-align: center;
}
.text2
{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: azure;
	font-size: 40px;
}
.imagecenter{
	display:block;
	margin:auto;
	border-style: solid;
	border-width: thick;
	border-color:azure;
	color:azure;
	margin-bottom: 15px;
}

.boxed-text1 {
    border: 1px solid;
    padding: 10px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: azure;
	font-size: 41px;
	text-align: center;
	
}
.boxed-text2 {
    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;
}
.imageright {
	float:right;
	border-style: solid;
	border-width: thick;
	border-color:azure;
	color: darkgray;
	margin-bottom: 15px}

.imageleft{
float:left;
border:thick;
color:darkgray;
margin-bottom: 15px;
}
.imagedumb
{margin: auto;}
