@charset "UTF-8";/* CSS Document */ .skip {        position: absolute;        top: -1000px;        left: -1000px;        height: 1px;        width: 1px;        text-align: left;        overflow: hidden;    }        a.skip:active,     a.skip:focus,     a.skip:hover {        left: 0;         top: 0;        width: auto;         height: auto;         overflow: visible;     }a.skip-main {    left:-999px;    position:absolute;    top:auto;    width:1px;    height:1px;    overflow:hidden;    z-index:-999;}a.skip-main:focus, a.skip-main:active {	color: #00F;	background-color: #DEDAD7;	left: auto;	top: auto;	width: 30%;	height: auto;	overflow: auto;	margin: 10px 35%;	padding: 5px;	border-radius: 15px;	border: 4px solid #00F;	text-align: center;	font-size: 1.2em;	z-index: 999;}