body {
    background-color: white;
    color: black;
	font-size: 1.0em
}
div.main {
	/* Do nothing placeholder */
}
a:link {
    background-color: white;
    color: red
}
a:visited {
    background-color: white;
    color: gray
}
a:active {
    background-color: white;
    color: red
}
a:hover {
    background-color: white;
    color: red
}
div.invisible {
	display: none
}
h1 {
    font-size: 1.2em;
    font-family: sans-serif;
    text-align: left
}
div.footer {
	/* Do nothing placeholder */
}
div.standards {
	display: none
}
img.standards_icon {
	/* Do nothing placeholder */
}
p {
    font-family: serif;
    text-align: justify
}
p.footer {
	font-size: 0.8em;
    font-family: serif;
	font-style: italic;
	text-align: left;
    color: gray
}
hr {
	color: gray
}


