a:link    {
	text-decoration: none;
	color: #a48ea6;
}
a:visited {
	text-decoration: none;
	color: #a48ea6;
}
a:active  {
	background-color: azure;
	color: #a48ea6;
}
a:hover   {
	background-color: azure;
	color: #a48ea6;
}
body	{
text-align: center;
font-size: 80%;
color: #a48ea6;
}
hr{
	color: #fcc7f5;
	width: 200px;
	height: auto;
}
h1{
	font-size: 100%;
}
div.new{
	border: thin ridge #ffc7e2;
	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;
}