a:link  {
	color : #7F7F83;
	text-decoration : none;
}

a:visited  {
	color : #7F7F83;
	text-decoration : none;
}

a:hover  {
	color : #9CD99C;
	text-decoration : none;
}

a:link.box  {
	color : #212125;
	text-decoration : none;
	background-color : #7F7F83;
}

a:visited.box  {
	color : #212125;
	text-decoration : none;
	background-color : #7F7F83;
}

a:hover.box  {
	color : #212125;
	text-decoration : none;
	background-color : #9CD99C;
}

a:link.active_box  {
	color : #212125;
	text-decoration : none;
	background-color : #25D225;
}

a:visited.active_box  {
	color : #212125;
	text-decoration : none;
	background-color : #25D225;
}

a:hover.active_box  {
	color : #212125;
	text-decoration : none;
	background-color : #9CD99C;
}

body  {
	font-size : medium;
	font-family : courier, monospace;
	font-weight : normal;
	font-style : normal;
	color : #25D225;
  text-align : justify;
  margin : 20px 20% 20px 20%;
  background-color : #212125;
}

h1  {
    font-size : large;
    font-weight : bold;
    color : #9CD99C;
}

small {
    font-size : smaller;
}

#highlight_text {
  font-weight : bold;
  color : #9CD99C;
}

#highlighted_text {
  font-weight : bolder;
  color : #9CD99C;
  
}
    


#gerahmter_text  {
  border-style : groove; 
  border-color : #25D225;
  border-width : 3px; 
  padding : 15px;
  overflow: visible;
}

