body {
  background:url(images/bg.jpg) fixed;
  font:12px Geneva, Arial, Helvetica, sans-serif;
}

a {
  color:rgb(120,20,120);
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

#header {
  background-color:rgb(250,180,190);
  border:1px solid rgb(210,140,140);
  margin:5px;
  padding:5px;
  text-align:center;
}

#main {
  background-color:rgb(250,230,210);
  border:1px solid rgb(210,200,140);
  margin:5px;
  padding:5px;
}

#intro {
  background-color:rgb(240,220,190);
  border:1px solid rgb(200,180,120);
  margin:5px;
  padding:5px;
}

#footer {
  background-color:rgb(210,250,230);
  border:1px solid rgb(160,210,190);
  margin:5px;
  padding:5px;
  text-align:center;
}

#bardone {
  background-color:rgb(220,200,190);
}
#barnotdone {
  background-color:rgb(180,150,140);
}

.txtresults {
  background-color:rgb(240,220,190);
  border:1px solid rgb(200,180,120);
}

.benchresults {
  background-color:rgb(240,200,170);
  border:1px solid rgb(250,110,90);
  font-weight:bold;
  text-align:center;
}

.string, input, textarea {
  background-color:rgb(250,230,240);
  border:1px solid rgb(220,210,200);
  margin:5px;
  padding:5px;
  text-align:left
}

.clickeable {
  cursor:pointer;cursor:hand;
}
