table {
	border-collapse: collapse;
	border-spacing: 0px;
}

td {
    font-family: Verdana;
}

td.date {
    font-size: 12px;
    color: #000000;
    text-align: right;
    font-style: italic;
    border-bottom-width: thin;
    border-bottom-color: blue;
    border-bottom-style: groove;
}

td.header {
    font-size: 18px;
    text-align: center;
    line-height: 3;
    font-weight: bold;
}

td.text {
    font-size: 12px;
}

ol {
   line-height: 2;
}