body {
	font-family: sans-serif;
	
}

h2	{
	width: 600px;
	border-bottom: 2px solid blue;
}

img	{
	padding: 5px;
	border: none;
	
}

h2.special {
	color: green;
	border-bottom: 2px solid red;
	clear: left;
	

}

footer {
	font-size: .6em;
	
}

img.floatleft {
	float:left;
}

img.floatright {
	float:right;
}

p:first-letter {
	color: #000099;
	font-size: 2em;
	
}
