.a {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
},
.a:hover{color: #000000;
	text-decoration: underline;
}
.b {
	color: #CC0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
},
.b:hover{color: #CC0000;
	text-decoration: underline;
}
.oben-unten {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.oben-unten-links {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-color: #000000;
}
.oben-unten-rechts {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-color: #000000;
}
.links {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
.links-rechts {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-top-style: none;
	border-bottom-style: none;
}
.unten-rechts {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
.oben-rechts {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}

