/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

body {
	font: normal 16px arial, 'trebuchet ms', tahoma, verdana;
	color: #fff;
	background: #892d2d;
	line-height: 18px;
}

#container {
	width: 400px;
	margin: 50px auto;
	text-align: center;
}

p {
	margin: 18px 0;
}

p.tm {
	font-size: 11px;
	color: #d13a3a;
}

strong {
	font-size: 12px;
}

a,
a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


