* {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

body {
	margin: 0px;
	background-color: white;
}

a {
	color: rgb(60,60,60);
	text-decoration: underline;
}

h1, .h1 {
	font-size: 22px;
	font-weight: bold;
}

h2, .h2 {
	font-size: 18px;
	font-weight: bold;
}

#main {
	width: 100%;
	background-color: white;
}

#infobox {
	float: right;
	width: 250px;
	min-height: 100px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid gray;
}
#infoboxtitle {
	padding: 1px 2px;
	background-color: gray;
	font-weight: bold;
}
#infoboxcontent {
	padding: 2px;
}
#infoboxcontent p {
	padding: 0;
	margin: 0;
}

#content {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

#overflowLeft *, #overflowRight *, #topbar *, #menubar *, #bottom * {
	display: none !important;
}

