html{
background-color:#FFD;
font-family:"Arial",sans-serif;
color:#442;
overflow:hidden;
}
/* Timeline icon outlines */
div.timeline-event-icon {
border: 1px solid #aaa;
padding: 1px;
background: white;
}
div.timeline-event-icon-default {
border: none;
padding: 0px;
background: transparent;
}
.timeline-default{
text-align:left;
width:100%;
}
/* Following styles are for citations */
a {
color:#0000FF;
}
.under{
text-decoration:underline;
}
div#tipDiv {
    padding:2px;
    color:#FFD; font-size:16px;
    background-color:#999977;
	border:3px solid #666644;
	-moz-border-radius:5px;
	border-radius:5px;
}
.showTip {
font-size:60%;
vertical-align:top;
}
.f-clear{
clear:both;
}
