
body {
    font: 20px/26px 'Inconsolata', sans-serif;
    color: white;
    padding-left: 30px;
}

strong {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

p {
	font-weight: 400;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	padding-left: 4px;
	padding-right: 4px;

	
}

h2 > a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #f66dc4;
	
}
	
.scale-with-grid {
		max-width: 100%;
		height: auto;
		}
		
h1 {
	font-weight: bold;
}


h2 {
	font-size:3rem;
}

a.image {
	background-color: transparent;
}


