* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #455560;
	line-height: 15px;
}

body {
	color: #455560;
	background-color: #fff;
}

p {
	margin: 0 0px 10px 0;
}

h1 {
	margin-bottom: 10px;
	padding: 0 0 2px 0;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

h2 {
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}

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

a:hover {
	color: #e31937;
	text-decoration: none;
}