
body {
    font-family:Trebuchet MS,Helvetica,Arial,sans-serif;

}
input {
    font-family:Trebuchet MS,Helvetica,Arial,sans-serif;
    font-size:1em;
}
a, a:hover, a:visited {
    color: #0066cc;
}
.title1{
    font-size:1.5em;
    text-align:center;
}
#abc {
    width: 100%;
}
.results{
    width: 90%;
    margin: 0 5% 0 5%;
}
.title2{
    font-size:1.5em;
}
.right{
    float:right;
}
 .theader{
  background-color: #DDE1E8;
  color: #556988;
  font-weight: bold;
  padding-left: 4px;
 }
.trowsel{
    background-color: #FFD33A;
}
.odd{
    background-color:#eeeeee;
}
.even{
    background-color:#f3f3f3;
}
.more{
    background-color:#fafafa;
}
.error{
    text-align:center;
    color: red;
}
.copyright {
    border-top: 1px solid #cccccc;
    padding-top: 4px;
    width: 90%;
    text-align:center;
    font-size: 0.75em;
}