/* CSS Document */

body {
	font-family: Georgia, times, serif;
}
p {
	font-family: Georgia, times, serif;
	font-size: 87%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.5em;
	color: #222;
	text-decoration: none;
}

h1
{
    font-family: Helvetica, arial, sans-serif;
	margin: 0 0 0.75em 0;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
    color: #000;
}

h2
{
    font-family: Helvetica, arial, sans-serif;
	margin: 0 0 0.75em 0;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: normal;
    color: #000;
}

h3
{
	font-family: Helvetica, arial, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.5em;
	color: #000;
	text-decoration: none;
}

h4
{
	font-family: Georgia, times, serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.5em;
	color: #222;
	text-decoration: none;
}

a:link {
	font-family: Georgia, times, serif;
	font-size: 97%;
	font-style: none;
	font-weight: bold;
	font-variant: normal;
	line-height: 1.5em;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, times, serif;
	font-size: 97%;
	font-style: none;
	font-weight: bold;
	font-variant: normal;
	line-height: 1.5em;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, times, serif;
	font-size: 97%;
	font-style: none;
	font-weight: bold;
	font-variant: normal;
	line-height: 1.5em;
	color: #000;
	text-decoration: underline;
}
a:active {
	font-family: Georgia, times, serif;
	font-size: 97%;
	font-style: none;
	font-weight: bold;
	font-variant: normal;
	line-height: 1.5em;
	color: #000;
	text-decoration: none;
}
a {
	font-family: Georgia, times, serif;
	font-size: 97%;
	font-style: none;
	font-weight: bold;
	font-variant: normal;
	line-height: 1.5em;
	color: #000;
	text-decoration: none;
}


