body { 
					color: black;
					background-color: white;
					font-family: Verdana, Arial, Helvetica
}

A:hover {
					text-decoration: underline;
					color:red;
					font-family: Verdana, Arial, Helvetica
}

/* Design 5 */
table.Design5 {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #EA9A1C;
    border-bottom: 1px solid #EA9A1C;
}
table.Design5 th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #EA9A1C;
}

table.Design5 td {
    text-align: left;
    border-top: 1px dotted #EA9A1C;
    padding: 0.2em 0.01em;
#    padding: 0.2em 0.5em;
}

table.Design5 td.Time {
    text-align: center;
}

table.Design5 tr.Time {
    border-top: 4px solid #EA9A1C;
    border-bottom: 1px solid #EA9A1C;
}

table.Design5 td.Score {
    text-align: center;
    padding: 0.5em 0.01em;
}

table.Design5 thead th {
    text-align: center;
    border-bottom: 1px solid #EA9A1C;
}
table.Design5 tr.Title {
    text-align: left;
}

table.fraction th {
    font-weight: normal;
    padding: 0.1em 0.1em;
    border-top-style: none;
}
table.fraction td {
    text-align: center;
    padding: 0.01em 0.01em;
    border-top-style: none;
}
table.fraction tr {
	border-top-style: none;
}

