﻿html, body
{
    font-family: "Lucida Grande",Tahoma,Verdana,Arial,Sans-Serif;
    font-size: 12px;
    color: #666;
    line-height: 135%;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Lucida Grande",Tahoma,Verdana,Arial,Sans-Serif;
    line-height: 90%;
}

h1
{
    font-weight: bold;
    font-size: 220%;
}

h2
{
    font-size: 180%;
    line-height: 150%;
}

h3
{
    font-size: 140%;
    font-weight: bold;
    line-height: 180%;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

acronym, strong
{
    font-weight: bold;
}

p
{
    margin: 0.5em 0;
}
