<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "windows-1251";

/* CSS
--------------------------------------------------*/
body { 
    background-image: url(../images/natyazhnoi_potolok_fon_01.jpg);
	background-repeat:repeat;
    font-family: Arial, Helvetica, sans-serif;
	color: #280028;
	font-size: 14pt;
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6 {
	text-decoration: none;
	color: #000000;
	margin: 0;
	padding: 0;
}

/* Links
--------------------------------------------------*/
a {
	text-decoration:underline;
	color: #640064;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

/* Classes
--------------------------------------------------*/
.smalltext {
	font-size: 8pt;
}

.natyazhnoi_potolok {
    text-indent: 4%;
	padding: 12px;
	color:#280028;
	text-align:justify;
}

.righttext {
	padding:12px;
	font-size:24px;
	font-weight:bold;
}

.text {
	font-size:24px;
	color:#660000;
}

/* Tables
--------------------------------------------------*/
.texttable {
	vertical-align:top;
}   </pre></body></html>