div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  padding: 0px;
  font-size: 20px;
  z-index: 1;
}

div.sticky_menu {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  background-color: white;
  padding: 0px;
  font-size: 20px;
  z-index: 1;
}

.stickyxIE {
  position: fixed;
  top: 0;
  width: 100%;
}

.SocialShow {display: block;} 
.fullmenu {display: none;} 

/* Smartphone Portrait and Landscape */ 
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px){ 
  .SocialShow {display: none;}
  .fullmenu {display: block;} 
}

.fullmenu {
  background-color: white;
  padding: 0px;
  z-index: 5;
}

a.hl_section_link:link {color:#008000; }
a.hl_section_link:visited {color:#008000;}
a.hl_section_link:hover {color:#000080;}
a.hl_section_link: {
	text-decoration: none;
}

h4.h4_title_art:link {color:#008000; }
h4.h4_title_art:visited {color:#008000;}
h4.h4_title_art:hover {color:#000080;}
h4.h4_title_art {
	text-decoration: none;
	font-size: 25px;

}

h1.hl {
  font-weight: bold;
  font-size: 30px;
}

h1.hl_t {
  font-weight: bold;
  font-size: 40px;
}

h1.materia {
  text-decoration: none;
  text-decoration-color: white;
}

a.materia:link {color:#FFFFFF; }
a.materia:visited {color:#FFFFFF;}
a.materia:hover {color:#FFFFFF;}
a.materia: {
	text-decoration: none;
}

a.txtsize {
	font-size: 18px;
}
