p {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #665533;
}
a:link {
	text-decoration : none;
	color : white;
}
a:visited {
	text-decoration : none;
	color : #554422;
}
a:active, a:hover {
	text-decoration : none;
	color : white;
	background-color: #776644;
}
a:link.box, a:visited.box, a:active.box, a:hover.box {
	border-color : white;
	border-width : 1px;
	border-style : dotted;
}
a:active.image, a:hover.image {
	text-decoration : none;
	background-color: transparent;
}

