html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

header {
	width: 100%;
	text-align: center;
	
	background-color: #4c4c4c;
	color: white;
	margin: 0;
	padding: 0;
	
	background-image: url("http://re-runner.com/ReRunner.png");
	background-repeat: no-repeat;
	background-size: contain;
}

header > h1 > a:link {
	text-decoration:none;
	color: white;
}

header > h1 > a:visited {
	text-decoration:none;
	color: white;
}

header > h1 > a:focus {
	text-decoration:none;
	color: white;
}

header > h1 > a:hover {
	text-decoration:none;
	color: white;
}

header > h1 > a:active {
	text-decoration:none;
	color: white;
}


header > a:link {
	text-decoration:underline;
	color: white;
}

header > a:visited {
	text-decoration:underline;
	color: white;
}

header > a:focus {
	text-decoration:underline;
	color: white;
}

header > a:hover {
	text-decoration:underline;
	color: white;
}

header > a:active {
	text-decoration:underline;
	color: white;
}



#content {
	margin: 1em;
}

.activity-history {
	border-collapse: seperate;
    border-spacing: 2px;
}

.activity-history td, .activity-history th {
	border: solid 1px #c4c4c4;
	padding: 6px;
}

.screenslider-box {
	display: inline-box;
	float: left;
}