body {
	font: 120%/1.2em Georgia, Serif;
}
h1, strong {
	font-weight: normal;
}
h1, p {
	margin: 0;
}
h1 {
	margin-bottom: 1em;
	font-size: 3em;
	line-height: .65em;
	text-transform: uppercase;
}
p {
	margin: 0 0 1em 0;
}
p span {
	display: block;
	font-size: .82em;
	text-transform: uppercase;
}
p strong {
	font-size: 1.2em;
}

@media screen {
	body {
		margin: 0 auto;
		padding: 3em 0;
		width: 21em;
		max-width: 90%;
		background: #FFF url('back.png') repeat-x top;
		color: #333;
		cursor: default;
	}
	a {
		color: #333;
		text-decoration: none;
		cursor: pointer;
	}
	a:hover, a:active {
		color: #F08;
		text-decoration: underline;
	}
	p span {
		color: #F08;
	}
}

@media screen, print {
	h1 {
		text-align: right;
	}
}
