body {
	background-color: White;
	color : Black;
}

h1 {
	font-family: monospace;
	font-size : 22px;
	text-align: right;
	border-bottom: 1px solid black;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-family: monospace;
	font-size : 17px;
	text-align: right;
}
h3 {
        margin-top: 0px;
        padding-top: 0px;
        font-family: monospace;
        font-size : 14px;
	border-top: 1px solid black;
}

p {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size : 14px;
	line-height: 16px;
	color: #000000;
	vertical-align: top;
}

.teichersysdev {
	font-family: monospace;
}
