a:link {text-decoration: none; color: #990000; }
a:visited {text-decoration: none; color: #990000; }
a:hover {text-decoration: underline; color: #990000;}
a:active {text-decoration: none; color: #990000;}

body {
  text-align: center;
  background: #ffffff;
}

#main_div {
  text-align: center;
  width:410px;
  margin: 0px auto; /* auto margin fix */
}

#b4net_logo {
  left: 255px;
  position: relative;
  top: 30px;
  width: 160px;
}

#copyright {
        margin-top: 10px;
        font-size: 8pt;
}

#greiciai {
        margin-top: 0px;
}

#arrow {
        margin-top: 0px;
        height: 19px;
}

#arrow_img
{
        position: absolute;
}

.whatever {*padding-top: 10px; _padding-top: 20px }

#b4net_logo {
  *left: 130px;
  *top: 13px;
}

.white_text {
  color: white; font-size: 1pt;
}

.question {
        cursor: pointer;
        text-decoration: none;
        color: #E56717; /*#C35817;*/
        margin-bottom: 5px;
}

.question:first-letter {
        color: green;  
}

.question:hover { 
        text-decoration: underline;
        color: #C35617;
}

.qcontainer .answer {
        margin-bottom: 5px;
}

.meter {
        text-align: center;
}
