p.navi1 {
	color: black;
	background: yellow;
	padding: 5px 5px 5px 5px;
	border: 2px white;
}

a.navi1:link {
	color:	blue;
}
a.navi1:visited {
	color: darkblue;
}
a.navi1:hover {
	color: #7f7f7f;
}
a.navi1:active {
	color: #7f7f7f;
}

small {
  font-size : x-small;
}


UL {
  list-style-image: url(images/greenbal.gif); 
}

LI {
#	border : 1px groove;
	margin-top : 2px;
	}

