body {
  margin :0px 10px;
  padding:0px;
  direction: rtl;
}

.station_name {
  text-align:center;
  background-color:#ccccccc;
  direction: rtl;
}
#player {
  margin: auto;
  width: 350px;
  height: 280px;
}
#playerbox {
  text-align:center;
  margin: auto;
  width: 370px;
  height: 320px;  
  background-color:#eeeeee;
}
.center {
  text-align:center;
  margin: auto;
}

#topmenu a {
  text-decoration: none;
}

#topmenu a:hover {
  background-color: #dddddd ;
}
#topmenu {
  border-bottom : 1px solid #000000;
  margin: 0px 5px;
}

#download div{
  margin:10px;
  padding:10px;
  background-color:#eeeeee;
  height : 200px;
}

#download div a{
  text-decoration:none;
}
#download div a:hover{
   background-color: #0000FF;
   color: #eeeeee;
}

