h1 {
	font-size: 3em;	
	color: #007ACD;
}
h2 {
	font-size: 1.5em;	
}
img {
	border: none;
}
a {
	color: #007ACD;
	text-decoration: none;
	font-weight: bold;
	}
a:hover, a:focus {
	color: red;	
	}
