    html {
       margin: 0;
       padding: 0;
    }
	
	body {
       font-family: Tahoma;
       font-size: 11px;
       color: #000000;
       background-color: #ffffff;
       background-image: url('http://imagination.lt/images/slieko_bg.jpg');
       background-repeat: no-repeat;
    }
	
	.border {
        border: 4px solid #444444;
	}
	
	.sonai {
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #444444;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #444444;
	font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
    color: #006600;
	}

