@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #B90303;
}
img {
	float: left;
	padding: 4px;
	border: 2px solid #EEC4C4;
}
	
img:hover {
	border: 2px solid #CD4444;
}
h2 {
			display: block;
			float: left;
			font-weight: bold;
			font-size: 1em;
			word-spacing: 3px;
			margin-left: 12px;
		}
p {
			display: block;
			float: left;
			line-height: 1.1em;
			width: 160px;
			margin-left: 12px;
			margin-bottom: 11px;
		}
a:link, a:active,  a:visited {
			color: #B90303;
			font-weight: bold;
			text-decoration: none;
		}
		a:link h2, a:active h2, a:visited h2 {
			color: #B90303;
			text-decoration: none;
		}
		a:hover, a:hover h2 {
			color: #CD4444;
		}