@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(font/roboto-v15.woff) format('woff');
}
body {
 font-family: "Roboto", normal, sans-serif;
 margin:0px;
}
h2 { /* SZAKASZCIMEK */
 font-size: 32px;
 font-weight: bold;
}
h3 { /* SZAKASZALCIMEK */
 font-size: 20px;
 font-weight: bold;
}
a:link {color: white; text-decoration: underline; }
a:active {color: white; text-decoration: underline; }
a:visited {color: white; text-decoration: underline; }
a:hover {color: white; text-decoration: underline; font-weight:bold; cursor:pointer;}
span {
 color:#ed1b24;
 font-weight:bold;
}
table {
 border-collapse: collapse;
}
td {
 font-size: 18px;
 border-width: 0px;
 line-height:150%;
}
p {
 text-align:left;
}
img {
 padding: 10px;
}

table.prettyclean td {
 border: 1px solid white;
 padding: 5px;
}
table.prettyclean th {
 border: 1px solid white;
 font-weight: bold;
 text-align:left;
 padding: 5px;
}
