body {
	background: #fff;
	color: #555;
	text-align: center;
	font-family: Verdana; 
	}
p {text-align: center; font-family: Verdana; font-size: 15px;}

.logo {display: table; margin: 0 auto;}

.OLD {text-decoration: blink; color: #fff; font-weight: bold;
 -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;


}

.progress {
	display: none;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.OLD:hover {color: #999;}


.menu-by-ziko {	background-color: #003976;	height: 40px;	z-index: 999;	margin: 0 auto;	display: table;	text-align: center;	font-size: 12px;}	.menu-by-ziko a {	padding: 15px 15px;	color:#fff;	display: block;	float: left;	text-decoration: none;}	.menu-by-ziko a:hover {	background: #eee;	color: #003976;}.menu-by-ziko-bg {background: #003976;}