body{
  background-color:ebfacd;
  font-family:Tahoma;
  font-size:16;
  margin:0,0,0,0;
}
th{
  background-color:95c568;
  font-family:Tahoma;
  font-size:16;
}
td{
  font-family:Tahoma;
  font-size:16;
}

a{
  text-decoration:none;
}

a:link   {  color: blue; text-decoration: none; }
a:active {  color: orange; text-decoration: none; }
a:visited{  color: darkblue; text-decoration: none; }
a:hover  {  color: red; text-decoration:underline; }

a.lk:link   {font-size:20; line-height:150%;  color: white; text-decoration: none; }
a.lk:active {font-size:20; line-height:150%;  color: orange; text-decoration: none; }
a.lk:visited{font-size:20; line-height:150%;  color: darkgreen; text-decoration: none; }
a.lk:hover  {font-size:20; line-height:150%;  color: black; text-decoration:underline; }

.err{
  color:red;
}
h2{
  text-align:center;
  color:darkgreen;
}
table{
  border-collapse:collapse;
}



