a:link, a:visited, a:active, a:hover {
 	font: normal 13px Arial, sans-serif;
 	text-decoration: none;
}

a:link, a:visited, a:active {
 	color: Aqua;
}

a:hover {
	color: red;
}

body {
	font: 13px "tahoma", sans-serif;
	color: white;
	background-color: #3a6ea5;
}

h1 {
	font: bold 27px "tahoma", sans-serif;
	color: #ffff80;
}

td {
	font: 13px arial, sans-serif;
	text-align: center;
	border-style : solid;
	border-Top-Color : black;
	border-Right-Color : white;
	border-Bottom-Color : white;
	border-Left-Color : black;
	border-width : 1px;
}

.noborder {
	border-width : 0px;
}

.Outline {
	font: 17px "tahoma", sans-serif;
	color: #ffff80;
	cursor: pointer;
	text-decoration: none;
}

.Outline-dessus {
	font: 17px "tahoma", sans-serif;
	color: #ff8833;
	cursor:pointer;
	text-decoration:none;
}

.Topic {
	cursor: pointer;
	text-decoration: none;
}
