.divhead { height: 147px;
                width: 797px;
                background-image: url(https://bahai360.com/images/logo2.jpg); 
                border:1px solid #000000;
                background-repeat: no-repeat;
                background-position: right top; }

body { 
  background-image: url("../images/bgp21.jpg");
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: repeat;
} 

a {font-family : Arial, sans-serif; Font-size : 10px; text-decoration : none} 

#t1
{
width:800px;
border-collapse:collapse;
}
#t1 td, #t1 th 
{
font-size:1em;
border:2px solid #4d4d00;
}
#t1 th 
{
text-align:center;
padding-top:3px;
padding-bottom:2px;
background-color:#c9dce7;
color:#FF6600;
}
OPTION.alt1{background-color:#ADD8E6; color:black; padding-left:10px; }
OPTION.alt2{background-color:#BFEFFF; color:black; padding-left:10px; }

#languageAR
{
text-align:right;
rows:"1";
resize:none;
background-color:#ffffb3;
border:dotted 2px black;
outline: none;
width: 600px;
height: 25px;
overflow:hidden
}
#languageAR:hover
{
    background-color: #ffffe6;
   color: black;
}

#languageRU
{
text-align:left;
rows:"2";
resize:none;
background-color:#ffffb3;
border:dotted 2px black;
outline: none;
width: 600px;
height: 50px;
overflow:hidden;
}
#languageRU:hover
{
    background-color: #ffffe6;
   color: black;
}
#language
{
auto;resize:none;
background-color:#ffffb3;
border:dotted 2px black;
}

.button {
    background-color: #34495e; 
    border: 2px solid #000000;
    color: white;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    position: left;
    display: inline-block;
    }

.button:hover {
    background-color: #cccccc;
   color: black;
}

.dark-mode {
 background-image: url("../images/dark.jpg");
 }