span.tag1, span.tag2, span.tag3, span.tag4, span.tag5 {
	margin-right: 5px;
	margin-left: 5px;	
}
span.tag1 {
	font-size: 21px;
}
span.tag2 {
	font-size: 19px;
}
span.tag3 {
	font-size: 17px;
}
span.tag4 {
	font-size: 15px;
}
span.tag5 {
	font-size: 13px;
}
a.tag {
	text-decoration: none;
	color: #6683a0;
}
a.tag:ACTIVE, a.tag:HOVER {
	color: white;
	background-color: #6683a0;
}
a.menu {
	text-decoration: none;
	color: black;
}
a.menu:ACTIVE, a.menu:HOVER {
	color: white;
	background-color: #6683a0;
}
img {
	border: 0px solid red;
}
img.bb, img.breadBit {
	margin-left: 2px;
	margin-right: 4px;
	padding-top: 5px;
}