html
{
overflow-y: scroll;
height: 100%;
}

body
{
font-size: medium;
}

p
{
font-family: Geneva, Arial, sans-serif;
}

p.title
{
font-size: 120%;
font-weight: bolder;
}

p.sig
{
font-weight: lighter;
font-size: 90%;
font-style: italic;
}

a
{
color: black;
}

a.name
{
font-family: Geneva, Arial, sans-serif;
text-decoration: none;
background-color: gray;
color: white;
font-size: 65%;
}
