1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
* { margin: 0; padding: 0 }
body { width: 630px; background-color: white;
font-family: sans-serif;
font-size: 12pt;
margin: 5px }
h1 { margin-top: 20px; margin-bottom: 30px;
text-align: center }
h2 { background-color: #ddd;
padding: 2px 0 2px 4px }
hr { height: 1px;
border: 0;
border-top: 1px solid #aaa }
table { border: 0px; width: 100% }
img { border: 0 }
a { text-decoration: none; color: #00e }
a:hover { text-decoration: underline; }
#jump { margin: 0 0 10px 4px }
#jump li { list-style: none; display: inline;
font-size: 90%; }
#jump li:after { content: "|"; }
#jump li:last-child:after { content: ""; }
|