a:active {
	color: #cc0000;
}
a:hover {
	color: #CC0000;
	text-decoration: none;


}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;

}
rahmen {
	border-top-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
}

