body
{
font-family: arial, sans-serif;
font-size:16px;
}
h1
{
font-family: arial, sans-serif;
}
h2
{
font-family: arial, sans-serif;
}

.note
{
font-style:italic;
}
table.data {
    border-top:2px solid #E7E8E6;
    border-bottom:2px solid #E7E8E6;
}
th.title
{
text-align:center;
font-variant:small-caps;
font-size:38px;
}
td.header
{
text-align:center;
}

a
{
text-decoration: none;
color: black
}

a:hover{
color: red;
text-decoration: none
}
a:active{
color: red;
text-decoration: none
}
.help
{
font-size:12px;
color: blue;
}
