body	{
	background: teal;
	}

.info	{
	text-align: center;
	border: 4px white solid;
	background: white;
	margin: 20px;
	}

.tr	{
	font-weight: bold;
	background: #CCCCFF;
	}

body	{
	background: #D7D7D7;
	list-style-image: url(../Pictures/MIgeo.ico);
	text-decoration: none;
	}
	


div#head	{
	background: navy;
	border: 3px outset black;
	position: absolute;
	top: 20px;
	height: 150px;
	right: 20px;
	left: 20px; 
	font-size: 30px
	}

div#head center	{
	background: white;
	}

div#nav	{
	background: #8DCB41;
	border: 3px outset black;	
	
	}

.navlink	{
	padding: 3px;
	margin: 5px;
	line-height: 2;
	font-size: 30px;
	}	

.navlink:link	{
	background: #EFB57C;
	border: 2px outset #EFB57C;
	color: #8D4F10;
	}	

.navlink:visited	{
	background: #EFB57C;
	border: 2px outset #EFB57C;
	color: #8D4F10;
	}	
	
.navlink:focus	{
	background: #DAA670;
	border: 2px outset #DAA670;
	color: black;
	}	
	
.navlink:hover	{
	background: #DAA670;
	border: 2px outset #DAA670;
	color: black;	
	}	
	
.navlink:active	{
	background: #BB8E60;
	border: 2px outset #BB8E60;
	color: #8D4F10;
	}	
				
#main	{
	background: #6C000A;
	border: 3px outset black;
	}

h2, p	{ 
	color: white;
	}

div.grey	{
	background: grey;
	width: 200px;
	padding: 5px;
	}










