body {
 font-family: Arial, Helvetica, sans-serif;
margin: 0px;
}
a {
	color: red;
}
a:hover{
	color: blue;
}
.title {
	background: Yellow;
	color: Blue;
	font-size: large;
	font-weight: bolder;
}
div.link {
 font-family: Arial, Helvetica, sans-serif;
 font-size: larger;
	width: 180px;
	height:25px;
	background: #F0E68C;
	border: dotted red 3px;
	text-align: center;
}
div.content {
margin-left: 60px;
margin-right: 10px;
margin-top: 35px;
margin-bottom: 10px;
	width:430px;
	height:330px;
 font-family: Arial, Helvetica, sans-serif;
	overflow:scroll;
	background: #FFFFE0;
}

table.main {
 font-family: Arial, Helvetica, sans-serif;
	width: 770px;
	height: 570px;
	background: url(/back2.jpg);
}
td.top {
 font-family: Arial, Helvetica, sans-serif;
	width: 770px;
	height: 168px;
	background: url(/top.jpg);
	margin-top: 40px;
}
table.top {
 font-family: Arial, Helvetica, sans-serif;
	margin-top: 80px;
}
td.middle {
 font-family: Arial, Helvetica, sans-serif;
	width: 770px;
	background: url(/middle.jpg);
}
td.bottom {
 font-family: Arial, Helvetica, sans-serif;
	width: 770px;
	height: 198px;
	background: url(/bottom.jpg);
}
