/*
 * videonightstyle.css
 *
 * To be used for video-night notes
 *
 */

body
{
	font-family: Times, "Times New Roman", serif;
	background-color: white;
	color: black;
	margin: 5em;


	text-align: justify;
	font-size: 11pt;
}

H1, H2, H3
{
	font-weight: normal;
	text-align: center;
	font-size: 100%;
	margin-top: 0em;
	margin-bottom: 1em;
}

H2
{
	margin-top: 2em;
	font-weight: bold;
}

H3
{
	margin-top: 1em;
}

P
{
	margin-top: 0em;
	margin-bottom: 0em;
}

sup
{
	font-size: xx-small;
	vertical-align: top;
}


.Endbit
{
	margin-top: 8em;
	font-size: 9pt;
}

