body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
}

table {
  font-size: 12px;
  font-style: normal;
}

.shrubek{
  font-size: 30px;
  font-weight : bold;
}
.album{
  font-size: 14px;
  font-weight : bold;
}

.small{
  font-size: 10px;
  color: gray;
}



.menu{
  font-size: 12px;
}

.copy {
  font-size: 10px;
}

.date
{
  font-size: 11px;
  color:red;
  }


a { color: black; }
A:link {  text-decoration: none;} 
A:visited {text-decoration: none} 
A:active {text-decoration: none} 
A:hover {text-decoration: underline; color: navy;}
