@media(min-width: 750px){
	.responsive{
		display: inline-block;
		width: 400px;
		border:1px solid black;
	}
	body{
		background:red;
	}
}

body{
	
	background: gray
	text: white;
}
a{
	color:red;
	text-decoration:none;
}

a:hover{color:black;
	background:white: 
	text-decoration:none;


}
.green_link:hover{
	color: green;
	background:gray;
}
h1{
	font-family:sans-serif;
	font-size: 20pt;
}
.indent{margin-left: 20px;


}
.gap_below{
	margin-bottom: 25px
}
@media(min-width: 1000px){
	body{
		background:white;
	}
}
