BODY {
	background-color: #747748;
	color: #ffffff;
}

A:link { color : yellow;
	text-decoration : none;
}

A:visited {
	color : yellow;
	text-decoration : none;
}

A:hover {
	color : black;
}

.topleft {
	background: #0080ff;
	text-align: center;
	width: 30%;
	height: 10%;
	padding-top:2%;
	border: solid black;
}

.middle {
	margin-top: 1%;
	margin-left: 30%;
	height: 55%;
	width: 30%;
	border: solid black;
}


.botright {
	float: none;
	margin-left: 5%;
	margin-top: 5%;
	background: #0080ff;
	text-align: right;
	border: solid black;
}
