
body {
font-family: Georgia, times, serif;
color: black;
background-color: white;
margin: 1ex 3ex;
}

h1 {
text-align: center;
font-size: x-large;
font-weight: bold;
}

h2 {
text-align: left;
font-size: large;
font-weight: bold;
}

pre {
white-space: pre;
}

img {
border: none;
clear: none;
}

a:link {
color: blue;
text-decoration: none;
}

a:visited {
color: navy;
text-decoration: none;
}

a:hover, a:active {
text-decoration: underline;
}

address {
clear: both;
margin-top: 1em;
padding: .2em;
border-top: 1px solid black;
text-align: left;
}


