<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Body {
}
TABLE {
; Font-Family: Arial;
;
; Color: Black;
}
A:Link {
; Text-Decoration: None;
; Color: #ED0515;
}
A:Visited {
; Text-Decoration: None;
; Color: #ED0515;
}

A:Hover {
; Text-Decoration: Underline;
; Color: #b92414;
}


H1 {
 font-size: 22px;
 font-family: Arial;
 text-align: center
}

.bc { font-size: 14px;
	}

.small {
	font-family: Arial;
	font-size: 14px;
}

.medium {
	font-family: Arial;
	font-size: 18px;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.big {
	font-family: Arial;
	font-size: 20px;
}

.xbig {
	font-family: Arial;
	font-size: 23px;
}
.usrPages {
; Font-Size: 12px;
; Color: Silver;
}
.usrHeadline {
; Font-Size: 18px;
; Color: #347384;
}
.menu {
; Font-Size: 24px;
; Color: #347384;
}
INPUT {
; Font-Family: Arial;
; Font-Size: 15px;
; Color: #2F302F;
; Border-Style: Solid;
; Border-Width: 1px;
; Border-Top-Color: #C6C6C6;
; Border-Left-Color: #C6C6C6;
; Border-Bottom-Color: #C6C6C6;
; Border-Right-Color: #C6C6C6;
; BackGround-Color: White;
; BackGround-Image: Url('background.gif');
}
TEXTAREA {
; Font-Family: Arial;
; Font-Size: 13px;
; Color: #2F302F;
; Border-Style: Solid;
; Border-Width: 1px;
; Border-Top-Color: #C6C6C6;
; Border-Left-Color: #C6C6C6;
; Border-Bottom-Color: #C6C6C6;
; Border-Right-Color: #C6C6C6;
; BackGround-Color: White;
}
SELECT {
; Font-Family: Arial;
}
.img1 {
    width:450px;
    height: 260px; /*                      */
    background: url(../images/see_online.jpg);
    border: 1px solid gray;	
    margin-bottom: 20px;
}

.img2 {
	width:450px;
	height: 260px; /*                      */
	position: relative;
	border: 1px solid silver; /*                 */
	Font-Size: 22px;
	Color: #d6ebff;
	text-decoration:none;
	text-shadow: 3px 2px 1px #000000;
}


.img2 p {
	width: 440px;
	position: absolute;
	right: 6px;
	bottom: 224px;
	height: 5px;
	
}

.leftimg {
float:left; /* ???????????? ?? ?????? ???? */
margin: 7px 7px 3px 3px; /* ??????? ?????? ???????? */
}
.rightimg {
float:right; /* ???????????? ?? ??????? ???? */
margin: 3px 3px 3px 7px; /* ??????? ?????? ???????? */
}

.hide-on-mobile { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .hide-on-mobile { display: none; }}

.show-on-mobile { display: none; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .show-on-mobile { display: inline; }}

.text {
	font-size:16px;
}
.     1 {font-size: 16px;
	font-weight: bold;
}
.     2 {
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	color: #000;
}
body {
	background-color: #FFF;
}
</pre></body></html>