html, body {
	background-color: #FBFBFB;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 14px;
}
a, a:active {
	text-decoration: none;
	color: blue;
}
a:visited {
	color: #48468F;
}
a:hover, a:focus {
	text-decoration: underline;
	color: red;
}
h2 {
	margin-bottom: 12px;
}
