body {
	/*background-color: #eeb9a1;*/
	background-color: #ffffff;
	font-family:Verdana,sans-serif;
	font-size:16px;
	line-height:1.5em;
	color:#333;
}

h1,h2,h3,h4 {font-weight:400; margin: 0 0 12px 0; line-height:1.2em;}
h1 {font-size:25px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
p {display: block; margin: 0 0 10px 0;}
div {clear:both;} /* So that divs don't get hung on floating images. */
ol {margin: 0 0 10px 0; padding: 0 0 0 20px;}
ul {margin: 0 0 10px 0; padding: 0 0 0 20px;}
li {margin: 0;}
hr {color: #555;}
a {text-decoration:underline;}
a:hover {text-decoration:underline; color:#ff0000;}

p+h1 {
	margin-top: 40px;
}

p+ol, p+ul {
	margin-top: 0px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

p+h2, ol+h2, ul+h2 {
	margin-top: 30px;
}

#pageContent {
	padding: 30px;
	border: 2px solid #505050;
	background-color: #ffffff;
}

.parent_container {
	display:block;
	width:100%;	/* width:100%; max-width:600px is how you solve the goddamn shrinking bug that was grinding my gears for ages */
	max-width:750px; /* Goes with above width:100% line to make it expand out to a max of 600px */
	margin: 0 auto 0 auto; /* Center alignment on the page */
	padding:10px 10px 10px 10px;
}







#pingTrackerContainer {
	opacity: 0;
	display: inline-block;
}

label {
	display: block;
	margin-right: 10px;
	width:130px;
}

button, [type="submit"] {
	display: block;
	margin: 10px 0 0 0; /* Extra padding at submit button top to visually balance forms. */
	padding: 5px 12px 5px 12px;
	font-size: 16px;
	font-weight: normal;
	border-color:#111; /* Browser hack to overwrite default css and enable min-width. (https://stackoverflow.com/questions/6067048/min-width-doesnt-work)*/
	color: #fff;
	background-image: linear-gradient(#0b0, #080);
	border-radius:5px;
}
button,[type="submit"]:hover {background-image: linear-gradient(#0c0, #090);}
/* CSS reset to get stuff working properly across browsers */

select {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid black;
	background-color: #ffffff;
	border-radius: 5px;
}

.subHeading {
	font-size: 110%;
	margin-bottom: 20px;
}

.menu {
	font-size: 80%;
	text-align: center;
	margin-top: 15px;
}

.menuSelected {font-weight: bold;}

.menu > a {
	text-decoration: none;
	font-weight: normal;
	color: #505050;
}

.menu > a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #5050ff;
}