body{

	margin: 10px;
	padding:70px 0 36px 0;
	background: #fff5f5;
}

div {
	border: 0px dotted black;
}

td.label {

	font-weight: bold;
	text-align: right;
	vertical-align: top;
	width: 100px;
}

div.header {

	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height:70px;
	background: #ffe6e6;
	border-bottom: 1px dotted black;
	z-index: 100;
}

h1.title {

	position: relative;
	left: 10px;
	font-family: cursive;
	font-weight: bold;
	font-size: 50px;
	line-height: 0;
	color: black;
	text-decoration: none;
}

a.title {

	position: relative;
	left: 10px;
	font-family: cursive;
	font-weight: bold;
	font-size: 50px;
	color: black;
	text-decoration: none;
}

div.tabs {

	position: fixed;
	top: 55px;
	right: 5px;
	z-index: 101;
	height: 18px;
	padding: 5px;
	text-align: right;
	border: 2px solid grey;
	background: #fff5f5;
}

div.tabs a {

	background: white;
	font-size: 18px;
	color: black;
	padding: 5px 5px 0px 5px;
}

a {

	color: black;
}

div.tabs span {

	background: #fff5f5;
	font-size: 18px;
	color: black;
	padding: 5px 5px 0px 5px;
}

div.footer {

	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:36px;
	background: #ffe6e6;
	border-top: 1px dotted black;
	z-index: 100;
}

div.footer p {

	position: relative;
	left: 10px;
	top: -5px;
}

div.content {

	padding: 10px;
	background: #fff5f5;
}

* html body {
	
	overflow:hidden;
}

* html div.content {

	overflow: auto;
}
