html, body {
	font-family: sans-serif;
	font-size: 14pt;
	color: #FFF;
	background: #422;
	margin: 2px;
	padding: 2px;
	border: none;
}

a {
	color: #FFF;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
        font-family: sans-serif;
        font-weight: normal;
}


img {
	border: none;
}

div {
	border: 1px inset black;
	margin: 2px;
	padding: 2px;
}

div.main1 {
	background: #824;
}
div.main2 {
	background: transparent;
}
div.main3 {
	background: transparent;
}


div.cutebar {
	border: none;
	padding: 2px;
	margin: 2px;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 280px;
	height: auto;
	float: right;
	clear: none;
	color: #402;
	background: transparent;
}

div.navbar {
	border: 2px inset #404;
	padding: 2px;
	margin: 2px;
	position: absolute;
	top: 530px;
	left: 30px;
	width: 285px;
	height: auto;
	background: #404;
	float: right;
	clear: left;
	color: #FFF;
}

div.cutespacer {
	border: none;
	margin: 20px;
	width: 300px;
	height: 650px;
	background: #F8C;
	color: #F9D;
	float: left;
	clear: none;
}

div.spacer {
	border: 0px;
	width: auto;
	height: 5px;
	background: #202;
	clear: both;
}

div.diatribe {
	border: 2px inset #F8C;
	width: auto;
	background: transparent;
	color: #FDD;
	vertical-align: top;
}

.huge {
	font-size: 30pt
}

.verybig {
	font-size: 48pt
}

acronym {
	cursor: help;
}


