body {
     color: black;
     font-family: Times, Times New Roman, sans-serif;
     font-size: 12pt;
     margin: 10% 0 3% 0;
}
h1.header1 {
	font-size: 28pt;
	margin: 0 0 7% 0;
	padding-bottom: 0;
	word-spacing: 10px;
}
p.header2 {
	margin: 0 0 4% 0;
	font-size: 14pt;
}
table.content {
        font-size: 12pt;
        background-color: #CCCCCC;
        border-collapse: collapsed;
	width: 100%;
}
td.current {
	width: 50%;
	padding: 0 3% 0 3%;
	font-size: 10pt;
}
td.menu {
	border-top: 4px solid black;
	font-size: 12pt;
	width: 40%;
}
table.menu {
        border-collapse: collapsed;
	width: 100%;
	text-align: center;
}
table.menu td {
	font-weight: bold;
	font-family: Arial, Helvetica, serif;
	font-size: 10pt;
}
td.image a {
	display: block;
}
table.td {
	padding: 20 0 20 0;
}
ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
        }
ul.menu li {
	margin-bottom: 7px
        }
#history {
        display: none;
        position: absolute;
        width: 500px;
        height: 300px;
        border: 2px solid silver;
        padding: 7px;
        background-color: white;
        margin: 7px 0 7px 0;
        color: black;
}
#history table { color: black; }
img {
	vertical-align: middle;
}