* { margin: 0; padding: 0; }
html { height: 100%; }
body { background: #fff; color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-family: Verdana, Helvetica, Arial, serif;
}

h1, h2, h3, h4, h5, h6 { font-size: 1.0em; font-weight: bold; }
img { border: none; }
input, select, button { font-size: 1.0em; }
li { margin-left: 1.5em; }
.clear { line-height: 1px; font-size: 1px; clear: both; }

a { color: #0071bb; text-decoration: none; }
a:hover { color: #002d62; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.float-left { float: left; }
.float-right { float: right; }

#text { padding: 0.5em; }
h1 { font-size: 1.2em; text-align: center; }
h2 {
	font-size: 1em;
	text-align: center;
}

p { font-size: 13px; margin-bottom: 1em; text-align: justify; }
p.quote { margin: 0; text-align: center; font-style: italic; }
p.attribution { padding-right: 25%; text-align: right; }
img.float-left { margin-right: 0.5em; }
img.float-right { margin-left: 0.5em; }
ul { margin: 0 0 1em 1em; list-style: square; }

