body{
	background-color: #dbffdb;
	font-size: 12pt;
	color: #000;
}

a:link{
	color: #ff0064;
	text-decoration: none;
}
a:visited{
	color: #ff0064;
}
a:hover{
	color: #3291eb;
}

a img{
	border-style:none;
}

#text {
    display: none;
}

table{
	border: 1px dashed #aaa;
}

td.top{
	background-color: #dbffdb;
	width: 980px;
	height: 100px;
	border-bottom: 1px dashed #aaa;
	text-align: left;
}

td.menu{
	background-color: #dbffdb;
	width: 270px;
	height: 500px;
	padding-top: 10px;
	text-align: left;
}

td.content{
	height: 500px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #f8f4e6;
	border-left: 1px dashed #aaa;
	text-align: left;
}