a {
	color: #00c0ff;
	text-decoration: none;
}

a:hover {
	color: #00e0ff;
	text-decoration: underline;
}

body {
	margin: 0;
	padding: 0;
	background-color: #303030;
	font-family: "Palatino", "Palatino Linotype", "Book Antiqua", serif;
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0.2em 0.2em 0 0.2em;
	background-color: #505050;
	text-align: center;
}

img {
	border: 0;
}

.body-text {
	color: #e0e0e0;
	float: left;
	font-size: medium;
	padding: 0 1em 0 1em;
}

.block {
	float: left;
	font-size: medium;
	padding: 0 1em 0 0;
    width: 45%;
    max-width: 400px;
}

.photo {
    max-width: 100%;
    height: auto;
}