/* CSS Document */

/* make everything sans-serif */
html, body, table, td, th, h1, h2, p, a, li {font-family:Verdana, Arial, Helvetica, Geneva, sans-serif}

/* set image borders to zero */
img{border:0}

body {
  background: #f1f1f1;
  color: #000000;
  font-size: 12px
}

p, li, td, tr {
  color: #000000;
  font-size: 12px
}

.notitza  {
font-size:10px;
color:#99ccff
 }
 
h1 {
  color: #000000;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  text-align: left
}

a, a:link {
  color: #00688B;
  background: transparent;
  font-size: 12px;
  font-weight:bold
}

a:visited {
  color: #00688B;
  background: transparent;
  font-size: 12px;
  font-weight:bold
}

a:active {
  color: #00688B;
  background: transparent;
  font-size: 12px;
  font-weight:bold
}

a:hover {
  color: #00688B;
  background: #ffffff;
  font-size: 12px;
  font-weight:bold;
  border-top: solid thin black;
  border-bottom: solid thin black;
  text-decoration: none
}

a.meniu:link {
  color: #f1f1f1;
  background: transparent;
  font-size: 12px;
  font-weight:bold
}

a.meniu:visited {
  color: #f1f1f1;
  background: transparent;
  font-size: 12px;
  font-weight:bold
}

a.meniu:active {
  color: #000000;
  background: transparent;
  font-size: 12px;
  font-weight:bold
}

a.meniu:hover {
  color: #000000;
  background: #f1f1f1;
  text-decoration: none;
  font-weight:bold
}

a.negru:link {
  color: #000000;
  background: transparent;
  font-size: 10px
}

a.negru:visited {
  color: #f1f1f1;
  background: transparent;
  font-size: 10px
}

a.negru:active {
  color: #000000;
  background: transparent;
  font-size: 10px
}

a.negru:hover {
  color: #000000;
  background: #f1f1f1;
  font-size: 10px;
  border-top: solid thin black;
  border-bottom: solid thin black;
  text-decoration: none 
}

.rosu, a.rosu, a.rosu:link {
  color: #990000;
  background: transparent;
  font-size: 10px
}

a.rosu:visited {
  color: #990000;
  background: transparent;
  font-size: 10px
}

a.rosu:active {
  color: #990000;
  background: transparent;
  font-size: 10px
}

a.rosu:hover {
  color: #990000;
  background: #f1f1f1;
  font-size: 10px;
  border-top: solid thin black;
  border-bottom: solid thin black;
  text-decoration: none 
}

td.celula {
	border-color:#000000;
	border-style:dotted;
	border-width:thin;
}