            html, body { 
                width: 100%; 
                height: 100%; 
                /*margin: 0px;*/
				margin-bottom: -1px;
				margin-left: 0px;
				margin-right: 0px;
				margin-top: 0px;
				font-family: "Times New Roman", Times, serif;
				font-size:8px;
            } 
            .map {
                height: 100%;
                width: 100%;
                position: relative; 
				background:#eee url(./images/loading_icon.gif) no-repeat 50% 50%;
            }
			
			a {
                text-decoration: none;
            }
			
			a#te-link {
				font-size: 13pt;
				color: snow;
		        font-style: normal;
		        font-family: "Times New Roman", Times, serif;
            }
			
			a#te-link:hover {
			    text-decoration: underline;
            }
			
			.myButton {
	            background-color:#fff;
	            -moz-border-radius:13px;
	            -webkit-border-radius:13px;
	            border-radius:13px;
	            border:1px solid steelblue;
	            display:inline-block;
	            cursor:pointer;
	            color:steelblue;
	            font-family:Arial;
	            font-size:13px;
	            padding: 0px 13px;
	            text-decoration:none;
	            height: 13px;
	            vertical-align: middle;
                line-height: 13px;
            }
			
		.myButton:hover {
		    background-color: steelblue;
			color:#fff;
		}
		
		.stick {
           position: fixed;
           top: 0;
           z-index: 100;
           margin-top:13;
           text-align: center;
		   width: 100%;
		   color: snow;
		   
		   
        }
		
		span#h1 {
		   font-size: 21pt;
		   font-style: italic;
		}
		
		span#h2 {
		   font-size: 10pt;
		}
		
		.icons-stick {
           position: fixed;
           top: 0;
           z-index: 300;
           margin-top:13;
		   margin-left: 5;
		   width: 38px;
        }
		
		.social-stick {
           position: fixed;
           top: 0;
		   right: 0;
           z-index: 300;
           margin-top: 128px;
		   margin-right: 8px;
		   width: 34px;
        }
		
		img.img-link:hover {
             opacity: 0.58;
        }
		
		@media (max-width: 805px) {
          aside.links-ads a.myButton {
            display: none;
          }
        }
		
		.links-ads {
		  text-align:center; 
		  /*bottom: 3px;*/
		  bottom: 2px;
		  position: fixed; 
		  z-index: 100; 
		  width: 100%
		}