@charset "UTF-8";
/* CSS stylesheet 
                         _   _             __                      _                     _ _   _                 
 _ __ ___   __ _ _   _  | |_| |__   ___   / _| ___  _ __ ___ ___  | |__   ___  __      _(_| |_| |__    _   _ ___ 
| '_ ` _ \ / _` | | | | | __| '_ \ / _ \ | |_ / _ \| '__/ __/ _ \ | '_ \ / _ \ \ \ /\ / | | __| '_ \  | | | / __|
| | | | | | (_| | |_| | | |_| | | |  __/ |  _| (_) | | | (_|  __/ | |_) |  __/  \ V  V /| | |_| | | | | |_| \__ \
|_| |_| |_|\__,_|\__, |  \__|_| |_|\___| |_|  \___/|_|  \___\___| |_.__/ \___|   \_/\_/ |_|\__|_| |_|  \__,_|___/
                 |___/ 
																														*/
*{
	text-decoration: none;
	color:teal;
}

body{ 
	background-color:lightgrey;
	text-align: center;
																												}



li {
	display:inline;
	font-family:"Futura Medium";
	list-style:square;
	
																												}


ol { 
	color: indianred;
	text-align:justify; 
	display:list-item;
	list-style:square;
	list-style-position:inside;
	margin-left:auto;
	margin-top:1%;
	width: 50%;
	margin: auto;

																												}
ul{
	color:slategray;
	list-style-type: none;
    margin: 0px;
	margin-bottom: 30px;
	margin-left:10%;
    padding: 0;
	width: 80%;
}


h1 {
	
	text-align: center;
	font-size: 27pt;
	font:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	width: 50%;
	margin: auto;
	
	
																												}


h2 {
	
	text-align: center;
	font-size: 26pt;
	font:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:black;
	width: 50%;
	margin: auto;
	
																												}


h3 {
	font-size:20px;
	font:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-align: center;
	color:lightcoral;


																												}
p {
	text-align:inherit;
	width: 50%;
	margin: auto;
							
																												}

header {
	color:lightcoral;
																												}
.current-page {
	color:lightcoral;
																												}
li a {
    color: white;
    text-align: center;
    padding: 2px 4px;
    text-decoration: none;
																												}
																												
li a:link {
		text-decoration: none;
	
																												}

li a:hover {
		background-color:slategray;
		color:lightcoral;
		text-decoration:none;
																												}

div {
	display:inline-block;
	width: 300px;
	height:200px;
	padding: 10px;
	margin-top:2%;
	margin-left: 5%;
	margin-right: auto;
	border-radius:5%;
	float:left;
	
																												}
	div#div-one {
		background-color: dimgray;
	}

	div#div-two {
		background-color:darkgray;
	}

	div#div-three {
		background-color:white;
	}