<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

		.subpages .subpage_element{position:relative; text-align:left;  padding:10px; margin-bottom:5px;}
		
		.h2_title{font-size:20px; font-weight:bold}
		.h2_title a{color:#333; text-decoration:none;  color:rgb(0, 153, 204); transition:0.5s;  }
		
		.h2_title a:hover{ color:#069;}
		
		
		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			
		}
		
		@media only screen and (max-width:490px){
			
		}

</pre></body></html>