body{
    margin: 0;
    background: #eee;
    font-family: Helvetica, Arial;
}
body>* {
    margin-left: auto;
    margin-right: auto;
}
h1, h2, p, table{
    width: 550px;
}
h1{
    font-family: Times, "Times New Roman";
    font-size: 300%;
    color: #822;
    margin: 15px auto;
    text-align: center;
}
h2{
    font-size: medium;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
}
body>img{
    display: block;
}
p{
    line-height: 1.5;
    font-size: small;
}
td{
    font-size: small;
}
td:first-child{
    text-align: right;
    padding-right: 10px;
}
audio#player{
    position: fixed;
	height: 30px;
	width: 550px;
	left: 0;
	right: 0;
	bottom: 5px;
	margin: auto auto 0 auto;
}
#footer{
    text-align: center;
    padding-bottom: 30px;
}
a {color: #a33; text-decoration:none;}
a:visited {color:#a44;}
a:hover {text-decoration: underline;}
a:active {color:#d00;}
img{
    border: 0;
}