/**
 * COMMON
 */
body {
  font-family: Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
  font-size: 81.25%;
  line-height: 150%;
  color: #000000;
}
h1 {
  font-size: 180%;
}

h2 {
  font-size: 142.85%;
}

h3 {
  font-size: 114.28%;
}

h4 {
  font-size: 100%;
}

td {
  padding: 2px;
} 

a, a:link, a:visited {
  color : #FF0000;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  color: #D33232;
  text-decoration: none
}

/**
 * SPECIFIC: emitresultat.html
 */
#logo {
  background-image: url('./logo.png');
  width: 157px;
  height: 63px;
}
