body { 	font-family: "Georgia", serif;
	font-size: 0.9em;
}


#box1 {
	float: left;
	width: 250px;
	height: 200px;
	top: 150px;
	left: 150px;
	background:rgb(16,140,201);
	border-style: solid;
	border-color:black;
	border-width:1px;
	margin: 15px;
	padding: 0px;
}
#box2 {
	float: right;
	width: 250px;
	height: 200px;
	top: 150px;
	left: 450px;
	background:rgb(16,140,201);
	border-style: solid;
	border-color:black;
	border-width:1px;
	margin: 15px;
}

#box3 {
	float: left;
	width: 250px;
	height: 200px;
	top: 400px;
	left: 150px;
	background:rgb(16,140,201);
	border-style: solid;
	border-color:black;
	border-width:1px;
	margin: 15px;
}

#box4 {
	float: right;
	width: 250px;
	height: 200px;
	top: 400px;
	left: 450px;
	background:rgb(16,140,201);
	border-style: solid;
	border-color:black;
	border-width:1px;
	margin: 15px;
}

table.box {
	border-style: solid;
	border-color: black;
	border-width:1px;
	width: 100%;
	height: 100%;
	font-size: 0.8em;
	padding: 0px;

}
td {
	border-style: solid;
	border-width:1px;
	border-color: black;
	font-weight: normal;
	color: white;
	valign: top;
	padding: 0px;
}

a {
	font-weight: normal;
}
a:link {

	color: white;


}
a:visited {
	color: white;
}
a:active{
	color:red;
}
a:hover{
	color: red;
}
a.heading {
	font-weight:bold;
	font-style: normal;
	text-decoration:none;
}

table{
	margin: 0px,0px,0px,0px;
	padding: 0px;
}
