@charset "UTF-8";
/* CSS Document */

body {
	background: #303030;
	margin-top: 40px;
}
p {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #730D0D;
}
.headline {
font-family: Arial,Helvetica,sans-serif;
font-size: 24px;
color: #C71616;
}
.bURL {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #0B0BD2;
text-decoration: underline;
}
.groundsection div {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
.groundsection #url { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */ 
	padding: 15px 25px 15px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:right;
	clear: both;
	}
.groundsection #url a {
	font: 10px Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	}
.groundsection #url a:link,
.groundsection #url a:visited,
.groundsection #url a:active {
	text-decoration: none;
	color: #666666;
	}
.groundsection #url a:hover {
	text-decoration: none;
	color: #999999;
	}


