body {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	position: absolute;
	float: left;
	width: 900px;
	padding-left: 50px;
	padding-top: 25px;
	color: black;
}

a:hover {
	text-decoration: underline;
	color: blue;
	background-color: yellow;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.5em;
}

a {
	text-decoration: none;
}

a img {
	color: black;
}
}

strong {
	font-style: bold;
}