﻿	body {
		background-color: steelblue;
		font-size:1em;
		font-family:Verdana, sans-serif; 
	}
	
	#mainDIV
	{
	margin-top:10px;
	text-align:center;
	height:500px;
	width:750px;
	background-color:#DBE5F1;
	border-top:solid gainsboro 1px;
	border-left:solid gainsboro 1px;
	border-right:solid black 2px;
	border-bottom:solid black 2px;
	overflow:auto;
	}