html {
    overflow-y: scroll
}

a:link { color: #000032; text-decoration: underline; }
a:visited { color: #000032; text-decoration: underline; }
a:active { color: #0000aa; text-decoration: underline; }
a:hover { color: #0000ff; text-decoration: underline; }

body
{
background: #96c8ff;
color: #000032;
font-size: 14px;
font-family: verdana, helvetica, arial, sans-serif;
}


.title
{
font-family: comic sans ms;
font-size: 22px;
font-weight: bold;
}


.subtitle
{
font-size: 14px;
font-weight: bold;
}


td
{
font-size: 12px;
}


.intro
{
font-size: 12px;
font-style: italic;
}


.small
{
font-size: 12px;
}











