/* Cascading Style Sheet Definition File
   For The Left Link List */

BODY
{
  background-color: #00BADF;
  font-size: 14pt;
  font-color: black;
  margin-top: 0pt;
  margin-bottom: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
}

P
{
  font-family: Arial;
  font-size: 11pt;
  margin-left: 6pt;
}

TD
{
  font-family: Arial;
  font-size: 11pt;
  margin-left: 6pt;
}

/* header definitions: */

.pieni
{
  font-family: Verdana, Arial, Ms sanf serif, Helvetica;
  font-size: 12pt;
  font-weight: bold;
}

A:link { color: #0000FF }       /* unvisited link */
A:visited { color: #BA00BA }   /* visited links #BA00BA */
A:active { color: #000080 }    /* active links */
A:hover {
  text-decoration: none;
  color: white;
/*  background-color: #00BACC; */
}
