BODY{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	background: #006;
	color: #111;
}

DIV{
}

.titlebar{
	font-size: 18px;
	background: #eee;
	color: #800;
	font-weight: bold;
	padding: 10px;
	margin: 20px;
	width: 400px;
}

.mainframe{
	background: #fff;
	margin: 20px;
	padding: 5px 10px 5px 10px;
	width: 600px;
}

div.sections{
	width: 150px;
	float: left;
	background: #ede;
	margin: 5px;
	padding: 5px;
}

.extra1{
	font-size: 18px;
	color: #800;
	font-weight: bold;
}

.extra2{
	font-size: 24px;
	color: #800;
	font-weight: bold;
}

.extra3{
	font-size: 30px;
	color: #800;
	font-style: oblique;
	font-weight: bold;
}

.plaintruth{
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

A:link{
	font-weight: bold;
	color: #510;
}

A:visited{
	font-weight: bold;
	color: #510;
}

P{
	text-indent: 15px;
}

.tiny{
	text-align: left;
	font-size: 10px;
}

.plaino{
	text-align: left;
}

.centered{
	text-align: center;
}


.space{
	padding: 10px;

}



