/*

    Styledefinitionen für ELG-Portal.
    
*/

html{
  font-size: 24px
}

body {
  color: black;
  background-color: #ffffff;
  font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
  font-weight: normal;
  font-size: 10px;
  font-color: #000000;

}


td, a {
  color: #3d3d3d;
  font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
  font-size: 12px;
  text-decoration: None;
}


a:hover {
  color:#0502a9;
  text-decoration: underline;
  font-weight: normal;
}

