html, body {
	font-family: sans-serif;
	font-size: 14pt;
	color: #FFF;
	background: #9AF;
	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: #ACF;
}
div.main2 {
	background: transparent;
}
div.main3 {
	background: transparent;
}


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

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

div.cutespacer {
	border: none;
	margin: 10px;
	width: 310px;
	height: 520px;
	background: #9AF;
	color: #9AF;
	float: left;
	clear: none;
}

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

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

.huge {
	font-size: 30pt
}

.verybig {
	font-size: 48pt
}

acronym {
	cursor: help;
}


