body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	padding: 20;
	margin: 20;
}
a {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	text-decoration : underline;
	background : transparent;
}
a:link {
	color: blue;
}
a:visited {
	color: purple;
}
a:active, a:hover {
	color: red;
}
h1, h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 16pt;
	color: black;
	background: white;
	text-align: center;
}
h2 {
	font-size: 12pt;
	color: black;
	background: white;
	font-weight: bold;
	text-align : center;
}
td, th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
code{
	font-size : 10pt;
}
.eqn{
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
}
.nav {
	font-family: Tahoma, Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 8pt;
}
.plain{
	text-decoration : none;
}
.small{
	font-size : 8pt;
}
