﻿/* Headings */
h1, h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    color: #000;
}
h1
{
	font-size: 1.8em;
	line-height: 2em;
}
h2
{
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 4px;
}
h3
{
	font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
	font-weight: bold;
}

/* Lists */
ul
{
    margin-left: 15px;
}
ul li
{
    margin-bottom: 5px;
}

p a, p a:hover, p a:visited
{
    color: #000;
    text-decoration: underline;
}
