body {
	background: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, serif;
	margin: 5px; 
	padding: 0; 
	height: 100%; 
}
#main {
	float: left;
	width: 75%;
	height: 100%;
}
.top {
	float: right;
	text-align: center;
	color: purple;
	font-size: 18px;
	font-weight: bold;
        width: 75%;
        margin: 0px 10px 0px 0px;
}
.bottom {
	float: right;
	text-align: center;
	color: blue;
	font-size: 16px;
	font-weight: bold;
        width: 75%;
        margin: 0px 10px 0px 0px;
}
.footer {
        text-align: left;
        color: black;
        font-weight: bold;
        font-size: 14px;
        float: left;
        width: 75%;
        margin: 0px 0px 0px 35px;
}
#side {
	float: right;
	width: 25%;
	height: 80%;
	text-align: center;
	color: purple;
	font-size: 14px;
        font-weight: bold;
}
a {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}
