body {
    background-color: #FFFFFF;
    color: #000000;
	font-size: 80%
    font-family: Univers LT Std, Helvetica Neue, Arial, Helvetica, sans-serif;
}
div.main {
	width: 58em;
	max-width: 760px;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    margin-left: auto;
    margin-right: auto
}
a:link {
    background-color: #FFFFFF;
    color: #800000
}
a:visited {
    background-color: #FFFFFF;
    color: #404040
}
a:active {
    background-color: #FFFFFF;
    color: #FF0000
}
a:hover {
    background-color: #FFFFFF;
    color: #BF0000
}
div.invisible {
	display: none
}
h1 {
    font-size: 2.0em;
    text-align: center;
    padding-bottom: 0.2em
}
div.footer {
	text-align: right
}
div.standards {
	/* Do nothing placeholder */
}
img.standards_icon {
	border-style: none
}
p {
	font-size: 1.0em;
    text-align: justify;
    padding-bottom: 0.2em
}
p.footer {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
    padding: 0;
    color: #404040
}
hr {
	width: 14.5em;
	max-width: 185px;
	color: #404040
}

