/* admin <=> public should be kept in sync */

body, p, li, th, td
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
}

body
{
	color: black;
	background-color: white;
}

p
{
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 135%;
}

a
{
    color: darkgoldenrod;
    text-decoration: underline;
}

hr
{
	border: none;
	border-top: 2px solid goldenrod;
	border-bottom: 1px solid darkgoldenrod;
}

h1, h2, h3
{
    font-family: georgia, times, serif;
    font-weight: normal;
    color: darkgoldenrod;
}

h1
{
    font-size: 18pt;
	padding-bottom: 0.5em;
}

h2
{
    font-size: 14pt;
	margin-top: 0em;
	padding-bottom: 0.5em;
}

h3
{
    font-size: 12pt;
	margin-top: 0em;
	padding-bottom: 0.5em;
}

.header
{
    color: red;
}

.subheader
{
    color: blue;
}

