h1{text-align:center;}
h1,ul,ol,dl{background:#f5f5f5;border-radius:15px;}
li,dd{border-bottom:1px dashed #cccccc;border-radius:15px;margin-bottom:0px;padding:5px 5px;}
dt:first-child,li:first-child{border-top:1px dashed #cccccc;}
dt,li:nth-child(odd) {background:#fdfdfd;}
dt{color:#888888;font-size:12px;}
table{border-spacing:0px;border-radius:5px;}
td{border:0px;padding:4px;}
table tr:last-child td:first-child {border-bottom-left-radius:5px}
table tr:last-child td:last-child {border-bottom-right-radius:5px}
table tr:first-child td:first-child {border-top-left-radius:5px}
table tr:first-child td:last-child {border-top-right-radius:5px}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
