body {
 background-image: url(timeline_bg.jpg);
 background-repeat: repeat-y;
 background-position: center;
 background-color: #cadde9;
 font: 10px Arial, sans-serif;
 color: #000000;
}
a {
 color: #932701;
 text-decoration: none;
}
a:visit {
 color: #5f9b71;
 text-decoration: none;
}
a:hover {
 color: #ccbc66;
}
td {
 border: 1px solid #ffffff;
 font: 12px Arial, sans-serif;
 padding: 3px;
}
h2 {
 color: #000000;
}
h3 {
 color: #000000;
}
h4 {
 color: #000000;
 line-height: 24px;
}
p {
 color: #20b1cc;
 font: 16px Arial, sans-serif;
 line-height: 18px;
}