body {
	background-color: #e3e3e3;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
}

strong {
	font-weight: 700;
}

a, a:link, a:visited, a:hover, a:active {
	color:DarkRed;
}
a:hover {
	text-decoration: underline;
}

