/* Miscellaneous */

body, html {
	margin: 0 !important;
	padding: 0 !important;
}

#page {
	text-align: left;
}

p {
	margin: 0;
	padding: 0;
}

pre {
	font-family: "Courier New", Courier, monospace !important;
}

img {
	border: 0;
}



.hidden { /* Moves elements out of the viewport and preserves no space for them.*/
	height: 0;
	overflow: hidden;
	position: absolute;
	left: -9000px;
	max-width: 8000px;
}


/* Headings */

h1 {
	margin: 0;
	padding: 0 0 15px 0;
}

h1 a {
	text-decoration: none;
}

h2, h2 a {
	text-decoration: none;
}

h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* Links */

a {
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

