body	{
	background: white;
}
a	{
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
.menulayer a:link	{
	color: blue;
}
.menulayer a:visited	{
	color: purple;
}
.small		{
	font-size: 12px;
	line-height: 12px;
}

p	{
	text-indent: 20px;
}
