#menu {
	background-color: #FFCCCD;
	width: 140px;
	height: 20px;
	margin: 0px 0px 0px 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFECEC;
	border-left-color: #FF8A8D;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	width: 100%;
	padding-top: 2px;
	padding-left: 5px;
}
#menu a:hover {
	background-color: #FF8A8D;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF8A8D;

}
body {
	margin: 0px;
	text-align: center;
	background-color: #FFECEC;

}
a {
	color: #FF9999;
	text-decoration: none;
}
