@import "reset.css";
@import "utils.css";


* {
	font-family: "DejaVu Sans", sans;
}

#wrapper {
	text-align: center;
	margin: 8px 150px;
}


.quote {
	margin-top: 100px;
}

.quote h1 {
	font-weight: bold;
	font-size: 20px;
	color: #444;
	margin-top: 8px;
}

.content {
	text-align: left;
	margin: 8px 0;
	line-height: 1.4;
}

.menu ul {
	text-transform: lowercase;
	font-size: 105%;
	text-align: center;
	margin-top: 18px;
}

.menu ul li a {
	text-decoration: none;
}

.footer {
	font-size: 70%;
	color: #666;
	text-align: center;
	margin-top: 8px;
}


strong,
b {
	font-weight: bold;
}

em,
i {
	font-style: italic;
}

p {
	color: #454640;
	padding: 3px 0;
	text-align: center;
}

p a {
	color: #004dff;
	text-decoration: none;
}

p a:hover {
	color: #006dff;
}
