html {
min-height: 100%;
background: #fff;
}
a {
text-decoration: none;
color: #048;
}
a:hover {
color: #06C;
}
img {
border:0;
}
body {
color: #444;
font-family: "Bitstream Vera Sans", "DejaVu Sans", Arial;
margin: 0;
padding: 0;
}
.clearer {
clear: both;
font-size: 0;
}
.small {
font-size:70%;
}
.top {
background: #444;
color: #fff;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 3px double gray;
}
.top a {
color: lightblue;
}
.content {
padding-left:13px;
padding-top:13px;
}
table {
border-collapse: collapse;
}
.results {
font-size: 0.75em;
}
.results th {
padding: 0.5em 1em 0.25em 0.25em;
background: #fff;
border-bottom: 1px solid #999;
text-align: left;
}
.results td {
padding: 0.3em 1em 0.3em 0.25em;
}
.results tr:hover {
background: #ddf;
}
tr.even {
background: #eef;
}
tr.odd {
background: #fff;
}
.example {
font-weight: bold;
}