#access ul li a

{

background: #ff0000AA;
    color: white; 
    border-top: 2px solid transparent; 
    border-bottom: 1px solid red;
    transition: background 1s;
		
}

#main, p
{
text-align:justify;
}

h1.entry-title
{display: none;
}
h2.entry-title {
text-align: left;
}

img, .wp-caption img
  {
	border: 0.1px solid lightgray;
		padding:0.1px;
		box-shadow: 0.5rem 0.5rem 0.7rem silver;
}
.wp-element-caption {
font-size: 75%;
}

.A {
	list-style-image: url(/wp-content/uploads/2025/03/logo_transp_25.png);
}


.anar {
	list-style-image: url(/wp-content/uploads/2025/03/logo_transp_25.png);
  padding: 15px 25px;
  margin: 4px 2px;
  cursor: pointer;
	  
}

span.music:before {
	content: "\1F50A";
    font-size: 30px;
    color: #999;
    line-height: 0;
    display: inline-block;
    margin: 0 0 0 4px;
}

ul.tabs {
line-height: 30px;


}
.tabs li {
  padding: 15px 25px;
  margin: 4px 2px;
  cursor: pointer;

} 

body #access ul li.current_page_item > a,
body #access ul li.current-menu-item > a,
body #access ul li.current_page_ancestor > a,
body #access ul li.current-menu-ancestor > a {
   color: #2eff00;
} 


.two_columns_text {
  column-width: 18rem; 
  column-gap: 3rem; 
  column-rule: 1px solid #ccc; 
  column-count: 2;
}