body {
line-height: 1.5;
margin: 1em 1em;
padding: 0;
}

a:link    { color: blue;   text-decoration: underline; }
a:visited { color: purple; text-decoration: underline; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

h1 {
font-size: 200%;
background-color: #009600;
border-bottom: 2px silver solid;
border-right: 2px silver solid;
color: white;
padding: 0.2em;
}

address {
font-style: italic;
}

h2 {
font-size: 150%;
font-weight: bold;
background-color: #99ff99;
border-bottom: 2px silver solid;
border-right: 2px silver solid;
padding: 0.2em;
}

h3 {
font-size: 120%;
font-weight: bold;
border-left: 5px green solid;
border-bottom: 1px green solid;
padding: 0.2em;
}

div#link {
border: 2px green solid;
padding: 0.2em;
}
