/*    author: martinek petr, apm network 
      e-mail: martinek(dot)petr(at)bikocom(dot)com
        www : www.bikocom.com - author 
*/

body {
  font-size: 11px;
  font-family: arial, sans serif;
  color: #555;
  margin: 0;
  padding: 0;
}

p.voteline {
  height: 5px;
  overflow: hidden; 
  background-color: #bb390b;
  text-align: left;
}

p { 
  margin: 6px 0 6px 0;
  text-align: center;
}

ul { 
  list-style-type: none;
  margin: 5px 5px 5px 5px;
  padding: 0;
}

a:hover {
  color: #ae3800;
}

a {
  color: #ae3800;
}

