html {
	font-size: 12px;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;/*#dedede;*/
	color: #bbbbbb;
	text-align: center;
	font-size: 1em;
	font-family: monospace;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.25em;
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 1.1em;
}

.small {
	font-size: 0.9em;
}

.smaller {
	font-size: 0.8em;
}

.smallest {
	font-size: 0.7em;
}

a {
	text-decoration: none;
	color: #407040;
}

a img {
	border-style: none;
}

a:hover {
	color: #33ff33;
}

a:active {
	color: #88ff44;
}

.center {
	margin: 0 auto;
}

.centert {
	text-align: center;
}

.leftt {
	text-align: left;
}

img {
	display: block;
	padding: 0;
}

.announce {
	color: yellow;
}

div.spacer {
	position: relative;
	height: 0.5em;
	margin: 1em;
	border-top: 1px dotted #cccccc;
}
