<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		h1 {
			margin:10px 0 10px 0;
			font-size: 18pt;
			line-height:1.2em;
		}
		h2 {
			
			font-size: 14pt;

		}
		.warning { 
			font-weight: bold;
		} 
		/* fix for scroll bars on webkit &amp; Mac OS X Lion */ 
		::-webkit-scrollbar {
			background-color: rgba(0,0,0,0.5);
			width: 0.75em;
		}
		::-webkit-scrollbar-thumb {
			background-color:  rgba(255,255,255,0.5);
		}

.navigation {
				
				list-style: none; /* РћС‚РєР»СЋС‡РµРЅРёРµ РѕС‚РѕР±СЂР°Р¶РµРЅРёСЏ РјР°СЂРєРµСЂРѕРІ. */
			}
			.navigation li {
				list-style: none; 
			   float: left; 
			   margin-right: 1px; 
			   margin-top: 1px; 
			   font-family: Verdana, Arial, Helvetica, sans-serif;
			   font-size: 14px;
			}
			.navigation li a {
				
			   display: inline-block;
			   padding: 15px 20px; 
			   background: #3493be; 
			   color: #fff; 
			   font-weight:bold;
			   text-decoration: none; 
			  position: relative; 
			}
			.navigation li a:hover {
			   background: #4da7ce; 
			   color: #fff;  
			}



		
#container{
	position:inherit;
	//padding-left:40px;
	//padding: 10px 40px;
	text-align:center;
	width:640px;
	height:480px;
}
.clearfix{
	clear: both;
	
}
.changer{
	
	list-style: none;
	
}
.changer ul{
	
}
.changer li {
	width: 250px;
	height: 250px;
	float:left;
	background: #3493be; 
	color: #fff; 
	font-weight:bold;
	margin:1px;	
	display:table;
	
}
.changer li div{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}
.changer li div:hover{
	background: #4da7ce; 
	
}
.changer a{
	color: #fff;  
	text-decoration: none; 
}
.welcome {
	text-align:center;
	margin:0;
}</pre></body></html>