/* CSS Document */

body {
	background-color: #969696;
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	color: #606060;
	padding: 0;
	margin: 0;
}

h1 {
	color: #848eca;
	font-size: 24px;
	line-height: 48px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #606060;
}

a:hover {
	color: #bd3132;
}
