* { 
  font-family: Arial, Helvetica, Verdana; 
  font-size: 10px; 
  color: #818181; 
}

.titlu
{
  font-weight: bold;
  font-size: 13px; 
  color: #cc0000; 
}

.titlua
{ 
  font-size: 12px; 
  color: #ffffff;
  font-weight: bold; 
}

.txtn
{ 
  color: black; 
}

.txtmic
{ 
  font-size: 10px; 
  color: #000000; 
}

.footer
{ 
  font-size: 10px; 
  color: #CDCDCD; 
}

a
{ 
  text-decoration: none;
}
a:link
{ color: #CDCDCD;
  text-decoration: none;
}
a:visited
{  color: #CDCDCD;
   text-decoration: none;
}
a:hover
{ color: #ffffff;
  text-decoration: underline;   
}


body {
  overflow: auto;
  background-color: #000000;
  margin: 0;
}


