/* style.css */

body {
	background: #222;
	color: #DDD;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	position: relative;
	}
	body a { text-decoration: none; color: #378248; }
		body a:hover { text-decoration: underline; color: #333; }

ol#teaser { margin-top: 100px; border-top: 1px solid #333; border-bottom: 1px solid #333; background: #111; }
	ol#teaser li { display: inline; }
		ol#teaser li a img { border: 5px solid #333; margin: 25px; }
			ol#teaser li a:hover img { border: 5px solid #555; }

#teaserbox { position: relative; }
	#teaserbox p { margin: 25px 0; }
