@import url('https://runspot.biz/scripts/css/jquery.validate-no-table-css.css');
@import url('https://runspot.biz/scripts/css/runcontent.css');
@import url('https://runspot.biz/scripts/css/runspot-helpers.css');

body {
	padding-top: 0px;
	margin-bottom: 10px;
	background-color: #d7d7d7;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	color: #000;
}
nav, .navbar, .navbar-default, .navbar-fixed-top, footer {
	border-top: solid 1px #f00;
	border-bottom: solid 1px #f00;
}
footer {
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}
footer .copyright {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.body-content a, footer a {
	color: #f00;
	text-decoration: none
}
.body-content a:link, footer a:link {
	color: #f00;
}
.body-content a:visited, footer a:visited {
	color: #f00;
}
.body-content a:hover, footer a:hover {
	color: #f00;
	text-decoration: underline;
}
