@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;}
}
.captiontext
{
    padding: 10px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: azure;
	float: left;
	font-size: 20px;}
.captiontext2
{padding: 10px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: azure;
	float: right;
	font-size: 20px;
}

.column1 
{
	width: 50%;
	box-sizing: border-box;
	border: 1px #8C8585 solid;
	padding:10px;
	float: left;
	background-color: azure;
}
.column2
{box-sizing: border-box;
	width:50%;
	border: 1px #8C8585 solid;
	padding:10px;
	float: right;
	background-color: azure;}
