body.spec {
background : white;
color : black;
}

a:link { color: green;}
a:visited { color: red;}
a:hover { color: red;}
a:active { color: green;}

div#wid{width: 730px;

	margin-left: auto;
	margin-right: auto; 
	background-color: white;
}

div#wid1{width: 190px;
	height: 150px;
	background-color: white;
	float: left;
	padding-right: 10px;
	
}

div#wid2{width: 520px;

	margin-left: auto;
	 margin-right: auto; 
	background-color: white;

}


div#wid1s{width: 190px;
	height: 80px;
	background-color: white;
	float: left;
	padding-right: 10px;
	
}

div#wid2s{width: 520px;
	height: 80px;
	margin-left: auto;
	 margin-right: auto; 
	background-color: white;

}








div#wid3{width: 727px;
	background-color: white;
	padding-bottom: 20px;
	border: 3px solid silver; 
}

div#wid4{width: 727px;
	height: 20px;
	background-color: white;
	padding-bottom: 20px;
}

h1{
background-color : green;
color : white;
padding: 3px;
border: 3px solid silver; 
}





h1#mines{
background : green;
margin-top: 0px;
font-size: 20px;
color : white;
padding: 3px;
border: none;
}

h1#surf{
background : lightblue;
margin-top: 0px;
font-size: 20px;
color : white;
padding: 3px;
border: none;
}

div#widcont{
	width: 720px;
	height: 40px;
	margin-left: auto;
	 margin-right: auto; 
	background-color: green;
	border: 3px solid silver; 

}

div#blink1 a:link {text-decoration: none; color: white;}
div#blink1 a:visited {text-decoration: none; color: white;}
div#blink1 a:active {text-decoration: none; color: white;}
div#blink1 a:hover {color: green;
      			background-color: white;}


div#blink1{width: 239px;
			height: 34px;
			background-color: green;
			text-align: center;
			color: white;
			float: left;}

