body {
  font-family: Tahoma, verdana, arial, serif;
  font-size: 10pt;
  text-align: left;
  color: white;
  background-attachment: fixed;
}

a:link {
  color: yellow;
  font-weight: bold;
}

a:visited {
  color: yellow;
}

a:active {
  color: red;
}

table {
  border-collapse: collapse;
}

table.pollOptions {
  border-collapse: collapse;
  border-color: #FFFFFF;
}

table.pollResults {
  border-collapse: collapse;
  border-color: #FFFFFF;
}

td {
  font-family: Tahoma, verdana, arial, serif;
  font-size: 10pt;
}

td.pollHead {
  background-color: #1B7574;
  text-align: center;
  font-size: 11pt;
}

td.pollTitle {
  font-weight: bold;
  color: yellow;
}

td.footer {
  font-size: 7pt;
  text-align: center;
}

td.hover {
  background-color: #495095;
  color: yellow;
  width: 33%;
  text-align: center;
}
a.hover {
  font-weight: bold;
  text-decoration:none;
}

.articleTitle {
  font-family: Traditional Arabic, tahoma;
  text-align: center;
}

img.banner {
{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

div.mainBlock {
  position: absolute;
  top: 160px;
  right: 0px;
}
