@charset 'utf-8';
@import url(reset.css);
@import url(defaults.css);

body {
	color: #999;
	background: #fff;
    font: 12px Courier New;
    line-height: 17px;
}

h1 {
	font-weight: bold;
	color: #cc9933;
}

strong {
	color: #666;
	padding: 0 10px;
}

#teaser {
	margin: 100px;
	height: auto;
}