div.title{
	color: orange;
	background: #ffffff;
	width: 500;
	font-size: large;
	position: absolute;
	top: 10px;
	left: 10px;
}

div.menu{
	color: black;
	background: #ffccff;
	width: 550px;
	position: absolute;
	top: 60px;
	left: 10px;
}

div.body{
	position: absolute;
	top: 90px;
	width: 500;
}

div.line{
	background: #ffffcc;
	width: 550px;
	font-size: 15px;
}

a{
	text-decoration: none;
}
