.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: lighter;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: italic;
}
.h1sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
}
A {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
    color: red;
    text-decoration: none;
}
A:visited {
    color: blue;
    text-decoration: underline;
}
A:active {
    color: #ff00ff;
}
A:hover {
  color: blue;
  text-decoration: underline;
}
.citation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: lighter;
    text-align: right;
}

