/* CSS definition file containing sitestyle stylesheets */
BODY { color: rgb(0,0,0); background-color: #F5F5F5;
    margin: 0;
    padding: 0 0 8em 0;
}

a:hover{
color: red;
}

#verdacht {
visibility:hidden;
display:none;
}

div#content {
  padding: 1em;
  overflow: auto;
  font-family: arial;
  font-size: 14px;
}  
  
  
  
  
h5 {
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
}

#mytextlinkdiv {
  cursor: pointer; 
  color: blue;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
}
#mytextlinkdiv:hover{
color: red;
}

