body {
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	padding: 0;
	margin: 20px;
	}
h1 {
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 1em;
	text-shadow: 1px 1px 3px #aaaaaa;
	}
table {
	width: 75%;
	}
table th {
	text-align: left;
	}
table th hr {	
	height: 1px;
	border: 0;
	}
table td {
	text-align: left;
	border-top: 1px dotted #ccc;
	padding: 4px 0;
	}
address {
    font: normal small-caps bold small "Verdana";
    background-color: #ddd;
    }
a {
    text-decoration: none;
    }
a:hover {
    text-decoration: underline;
    color: orangered;
    }
a:visited {
    color: #444;
    }