* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}
.world {
	width: 500px;
	margin: 0 auto;
	padding: 10px 25px;
	border-top: 7px solid #cccccc;
	border-bottom: 7px solid #cccccc;
}
.continent .small {
	font-size: 12px;
	color: #cccccc;
}
h1 {
	background-image: url('bomb.jpg');
	background-position: 0px 15px;
	background-repeat: no-repeat;
	font-size: 48px;
	color: #111111;
	padding: 20px 0 30px 74px;
	/* text-align: right; */
}
.stuff {
	margin: 30px 0;
}
.stuff h2 {
	font-size: 24px;
	padding: 2px 2px 0 15px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
	color: #111111;
}
.stuff p {
	padding: 5px 0 5px 25px;
	text-indent: -15px;
	line-height: 1.3em;
}
.stuff p i {
	color: #666666;
	font-size: 12px;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
a:hover, a:active {
	color: #AA3333;
	border-bottom: 1px solid #ffdddd;
}
