<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#listarthra  {
float:left;
padding:0px 0 0 0 ;
margin-right:3px;
}
#listarthra a{
  padding:5px;
  border:1px solid #ffffff;
  margin:2px;
  color:#ffffff;
  background-color: #52532e;
  display: block;
}
#listarthra a:hover{
  padding:5px;
  border:1px solid #ffffff;
  margin:2px;
  color:#52532e;
  background-color: #ffffff;
  display: block;
}
.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(2.50); /* Safari and Chrome */
    -moz-transform:scale(2.50); /* Firefox */
    -ms-transform:scale(2.50); /* IE 9 */
    -o-transform:translatZ(0) scale(2.50); /* Opera */
    transform:translatZ(0) scale(2.50);
}
.grayscale {
  -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
  filter: brightness(1.10) grayscale(100%);
}
p,li{
  font-size:16px;
}
#testingtable table tr td, #testingtable  li, #testingtable  p {
  font-size:11px;
  line-height:12px;
  padding:0;margin:0;
}


.articles a {
  color:#ffffff;
  background-color: #52532e;
  padding:3px;
}
.label{
  color:#505050;
  font-size:14px;
}
</pre></body></html>