#content
{
	height: 52em;
}
#box1, #box2, #box3
{
	left: 4em;
	width: 40em;
}
#box1
{
	position: absolute;
	top: 0em;
}
#box2
{
	position: absolute;
	top: 5em;
}
#box3
{
	position: absolute;
	top: 20em;
}
.boxl, .boxr
{
	color: rgb(128, 0, 128);
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}
.boxl
{
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}
.boxr
{
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
.colgreen
{
	color: #008000;
}
.welcome
{
	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
}
