1 |
james |
36 |
body { background-color: black; color: white; margin: 1em; } |
2 |
|
|
h2 { clear: both; margin-top: 1.5em; } |
3 |
james |
46 |
table { margin-bottom: 1em; } |
4 |
james |
36 |
img { float: left; border: solid thin white; margin-right: 1em; margin-bottom: 1.5em; } |
5 |
|
|
.time { font-style: oblique; } |
6 |
|
|
td, th { margin: 0.2em; } |
7 |
james |
37 |
a:link, a:visited { color: inherit; text-decoration: underline; } |
8 |
|
|
a:hover { background-color: #444; } |
9 |
james |
46 |
a:hover img { border-color: #444; } |
10 |
|
|
strong.max { color: #0f0; } |
11 |
james |
36 |
|