body {
 margin: 0px auto;
 padding: 0px;
 background-color: #F8C301;
 color: black;
 text-align: center;
}

a {
  text-decoration:none;
  color: gray;
  background-color: transparent;
}
a:hover {
  color: #D90E00;
  background-color: transparent;
}
a.menu {
  font-weight: bolder;
  font-size: 12px;
}

a.lista {
}

h1 {
  font-size: 15px;
  font-weight: bolder;
  color: #D90E00;
  background-color: transparent;
  margin: 0;
  display: inline;
}

img {
  border-style : none ;
}
table {
  text-align: left;
  bbackground-color: white; //#C6C6FF;
}

td {
  font-size: 12px;
  color: black;
  font-family: verdana,tahoma,helvetica,sans-serif;
}
th {
  font-size: 12px;
  font-weight: bolder;
  color: black;
  font-family: verdana,tahoma,helvetica,sans-serif;
}

td.kalku {
  font-size: 9px;
}

td.kalkuG {
  font-size: 10px;
  border-top-width : thin ; border-top-color : #000000; border-top-style : solid ;
}
th.kalku {
  font-size: 9px;
  border-bottom-width : thin ; border-bottom-color : #000000; border-bottom-style : solid ;
}

td.param {
  font-size: 10px;
}

td.rece {
  font-size: 11px;
}

li.lista {
  font-size: 16px;
  color: brown;
  list-style-type : disc;
}

div.lista {
  font-size: 10px;
  color: brown;
  bbackground-color  : #f0e68c; ;
}

td.r
{
 border-bottom: 1px dotted black;
 font-size: 10px;
 text-align: center;
}

a.tagi1
{
  font-style: italic;
  font-size: 18px;
  text-decoration:none;
  color: gray;
  background-color: transparent;
}
a:hover.tagi1 {
  color: #D90E00;
  background-color: transparent;
}

a.tagi2
{
  font-style: normal;
  font-size: 14px;
  font-weight: bolder;
  text-decoration:none;
  color: gray;
  background-color: transparent;
}
a:hover.tagi2 {
  color: #D90E00;
  background-color: transparent;
}

a.tagi2
{
  font-style: normal;
  font-size: 9px;
  text-decoration:none;
  color: gray;
  background-color: transparent;
}
a:hover.tagi2 {
  color: #D90E00;
  background-color: transparent;
}


