h1,h2,h3,h4,h5,h6,p
{
	 margin-left: 6px;
}

h2,h3,h4,h5,h6
{
	 margin-top: 1.6em;
	 margin-bottom: 0.5em;
}
h1
{
    font-size:1.8em;
}
h2
{
    font-size:1.2em;
    border-bottom: 1px solid gray;
}
h3
{
    font-size:1.06em;
}
p
{
	 margin-top: 0em;
	 padding: 0em;
	 line-height: 1.3em;
}

@media screen
{
    a, a:link, a:active
    {
        color: #222277;
        text-decoration: none;
        border-bottom: 1px dotted gray;
    }
    
    a:hover
    {
        text-decoration: none;
        border-bottom: 1px solid #222277;
    }
    
    abbr
    {
        cursor: help;
    }
}

@media print
{
    a, a:link, a:active, a:hover
    {
        color: black;
        text-decoration: none;
        border-bottom: 0px;
    }
    
    abbr
    {
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        border-bottom: 0px;
    }
}
