
body {
background-color: silver;
background-image: url("../ofis.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50%50%;
}

.BADD {background-color: AQUA; 
border-style:solid;
border-color:black;
border-width:thin;
}


table, .great {
padding: 0px 0px;
margin: 0em 0em 0em 0em;
border-style: solid; 
border-color:silver;
border-width: 2px 3px 2px;
}

.great {background-color:white}

.button { 
background-color: ; 
color: red;
font-style: normal;  
font-variant: small-caps;
font-weight: 900; 
font-size: 18px;
line-height:;
font-family: monospace; 
}


* .razdely p  {background-color:blue;}

.menu a:hover {text-decoration:none}

.bmenu {
padding: 0px 0px;
margin: 1em 0em 0em 2em;
border-style: solid; 
border-color:red;
border-width: 2px 3px 2px;
line-height: 12pt;

}
.valuta {color:red;}

h1:hover {text-transform:none}
h1 {margin: 1em 12em 1em; 
color: ; 
background-color: ;
border-style:; 
border-color:white red red white;
}

h2{font-family: cursive}

ul {list-style-image: url(../button.jpg)
list-style-position: inside
list-style-type:disk
}

ul li.test{background-color: orange; background: transparent}


.marquee:hover {background-color:white}

textarea {
background-color: white; 
border-width: 2px;
border-style:solid;
border-color:red;
}

a:link{text-decoration:underline}
a:visited{color: aqua; text-decoration:none; background-color: ;}
a:hover{text-decoration:underline; color: red; background-color: white;}
a:active{text-decoration:blink}

P: {
text-indent: 7px; 
text-align: ;
font-size: 14pt; 
line-height: 12pt}

p:first-letter {
text-indent: 1.5em;
text-transform:uppercase;
font-size:150%;
color:red;
font-style:normal;
}

p:first-line {
text-indent: 1.5em;
text-transform:uppercase; 
color: blue; 
}


div {
  position:relative;
  font-family:sans-serif;
  font-size:34px;
  font-weight:400;
  color:#00ffff;
  height:38px;
  line-height:28px
  top: -43px;
  left: 400px;
  
}

div.shadow {
  
  color:black;
  position:relative;
  top:-46px;
  left:403px;
  z-index:-1;
}