a:link    {
	text-decoration: none;
	color: #91bb5e;
}
a:visited {
	text-decoration: none;
	color: #91bb5e;
}
a:active  {
	background-color: azure;
	color: #91bb5e;
}
a:hover   {
	background-color: azure;
	color: #91bb5e;
}
body	{
text-align: center;
font-size: 80%;
color: #91bb5e;
}
hr{
	color: #fcc7f5;
	width: 200px;
	height: auto;
}
h1{
	font-size: 100%;
	margin-top: 1em;
	text-align: center;
}
div.new{
	border: thin ridge #ffff99;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.index{
	text-align: left;
	line-height: 120%;
	padding-left: 15px;
}
.menu{
	border-top: 1px solid #fcc7f5;
	border-bottom: 1px solid #fcc7f5;
	width: 200px;
	line-height: 180%;
	margin-top: 4em;
	margin-left: auto;
	margin-right: auto;
}
.foot{
	text-align: right;
}
td{
	font-size: 80%;
}
td.end{
	background-color: #bff4bf;
	color: White;
	text-align: center;
}