body {
	background-color: #1F1F1F;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Tahoma;
	font-size: 12px;
    text-align: justify;
	color: #ffffff;
}

td.ativ_td {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
  text-align: left;
  font-family: Tahoma;
  font-size: 12pt;
  font-weight: normal;
  color: ffffff;
  text-align: justify;  
}

a.menu_link:link {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: none;
	color: E3968B;
	text-decoration: none;
}
a.menu_link:hover {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: none;
	color: #E3968B;
	text-decoration: underline;
}
a.menu_link:visited {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: none;
	color: CCCCCC;
	text-decoration: none;
}