html * {
	margin: 0;
	padding: 0;
}
body {
	background-color: #4f81a5;
	font: 14px 'Trebuchet MS', Verdana, Sans-Serif;
	color: #fffcde;
	overflow: auto;
}
h3 {
	font-size: 13px;
}
small {
	font-size: 10px;
}
p {
	margin-bottom: 10px;
	background-color: #bf7c91;
}
a {
	color: #dbe49b;
}
a:hover {
	color: #fffcde;
}

