<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#id_blog { 
/*	width	:1000px !important;*/
}
#header { 
	width	:1000px  ; 
	margin-left: auto;
    margin-right: auto;	
}

.boxes{
	width	:1000px  ; 
	margin-left: auto;
    margin-right: auto;
}
.box{
	width:190px;
}
.content { 
	width	:1000px !important ; 
	margin-left: auto;
    margin-right: auto;
}

#left_panel	{width:810px;}
#right_panel{width:190px;}


.footer{
	width	:1000px  ; 
	margin-left: auto;
    margin-right: auto;	
	padding:4px;
}

@media only screen and (max-device-width: 480px) {
	#header {width	:670px !important;}
	.boxes { width	:670px !important ; }
	.box 	{width	:180px !important; }
	.content {width	:670px !important ; }
	#left_panel	{width:490px !important ;}
	#right_panel{width:180px !important ;}	
	.footer {width	:670px !important;}
}


/*==================*/

.textcontent, .textcontent blockquote *{
	margin:0 0 10px ;
	color:#3D3F54;
	text-align:justify;
	padding-left: 10px;
}

.textcontent h2 {
	margin:10px 0;
	text-align:left;
	color:#025CB7;
}
.textcontent h3 {
	margin:5px 0px;
	text-align:left;
	color:#657BAD;
}
.textcontent li{
	margin:	6px 7px ;
}


body {
background:white;
overflow:auto;
}

*{
font-family: arial, helvetica;
font-size:13px;
line-height: 1.3;
}

h1{
font-size:20px;
font-weight:bold;
}
h2{
font-size:16px;
font-weight:bold;
}
h3{
font-size:14px;
font-weight:bold;
}

.title{
font-size:14px;
font-weight:bold;
color:#657BAD;
margin:20 0 0 30; 
}
.subtitle{
font-size:12px;
color:#585C6F ;
margin:7px 7px 7px 30px; 
display:block;
text-align:justify;
}

a.servicelink , a.servicelink:active, a.servicelink:visited{
    background-color: #949AF1;
    border-radius: 10px 10px 10px 10px;
    color: white;
    display: inline-block;
    float: right;
    font-size: 15px;
font-weight:bold;
    margin: 10px 10px; 
    padding: 5px 15px;
    text-decoration: none; 
}
 
a.servicelink:hover {
text-decoration:underline;
background:#6963F1  ;
}
.country *{margin:7px;font-size:14px} 
.country {margin-left:30px;background:#CED3FF;padding:5px;}

.pribbon{
    background: url("/ribbon-thin.png") no-repeat scroll 0% 0% transparent;
    color: white;
    display: block;
    float: right;
    font-size: 15px;
    font-weight: normal;
    height: 19px;
    margin: 5px 0 10px 20px;
    padding: 5px 5px 5px 25px ;
    text-align: right;
    text-shadow: 0 -1px 0 #666666;

} 
.pribbon b{
font-size:16px;
font-weight:bold;
color:white; 
}</pre></body></html>