rel="stylesheet"rel="stylesheet"rel="stylesheet"rel="stylesheet"rel="stylesheet"/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
	}

/* Tell the browser to render HTML 5 elements as block */
header, footer, section, aside, nav, article {
	display: block
	}

body {color: #333; font-family: monospace;}

a:link { color: #333; text-decoration: underline; }
a:visited { color: #333; text-decoration: underline; }
a:active { color: #333; text-decoration: underline; }
a:hover { color: #333; text-decoration: underline; }

p.name { text-align: center !important;  margin-bottom: 3%; font-size: 100%; font-family: monospace; }

p.text { text-align: left !important; margin-left: 2%; margin-right: 2%; margin-bottom: 2%; margin-top: 0%; font-size: 100%; font-family: monospace; line-height: 130%; }

p.textindent { text-align: left !important; text-indent: 50%; margin-left: 2%;  margin-right: 2%; margin-bottom: 0%; font-size: 100%; font-family: monospace; line-height: 130%; }
p.textindent2 { text-align: left !important; text-indent: 0%; margin-left: 12%;  margin-right: 2%; margin-bottom: 4%; font-size: 100%; font-family: monospace; line-height: 130%; }

p.list { text-align: left !important; margin-left: 2%;  margin-right: 2%; margin-bottom: 4%; font-size: 100%; font-family: monospace; }

p.listcenter { text-align: center !important; margin-bottom: 4%; font-size: 100%; font-family: monospace; }

p.journal { text-align: left !important; margin-left: 2%;  margin-right: 2%; margin-top: 2%; font-size: 100%; font-family: monospace; }

span.size100 {font-size: 200%; vertical-align: -10%;}

span.size100t {font-size: 200%; vertical-align: -25%;}






