﻿a {
	text-decoration:none;
}
a:hover {color:#ff0000}

body,table {
	font-size:medium;
}

.menu_box {
	height: 88%;
	overflow:auto;
	border-top:3px solid #999;
	border-bottom:3px solid #999;
}
.menu_box td {
	border-bottom:1px dotted #71d2e5;
}
.menu_box th {
	background-color: #ffd0d0;
}
