|
body {
|
|
background-color: black;
|
|
color: white;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
a {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.red {
|
|
color: red;
|
|
}
|
|
|
|
table.border {
|
|
border-collapse: separate;
|
|
border-spacing: 2px;
|
|
border: thin outset gray;
|
|
}
|
|
|
|
table.border td,
|
|
th {
|
|
border: thin inset gray;
|
|
}
|