|
|
@@ -3,15 +3,12 @@ body { |
|
|
|
margin: auto; |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
|
:link, :visited { color: #3a5; } |
|
|
|
:link:hover, :visited:hover { color: #a2d; } |
|
|
|
|
|
|
|
:link, :visited { |
|
|
|
color: #224422; |
|
|
|
/* #3a5 */ |
|
|
|
} |
|
|
|
:link:hover, :visited:hover { |
|
|
|
color: #a2d; |
|
|
|
/* #a2d */ |
|
|
|
color: #945973; |
|
|
|
} |
|
|
|
body, th, td { |
|
|
|
font-family: 'Bitstream Vera Serif',times,serif; |
|
|
@@ -140,8 +137,8 @@ legend { |
|
|
|
color: #224422; |
|
|
|
} |
|
|
|
th { |
|
|
|
background: #945973; |
|
|
|
color: white; |
|
|
|
background: #88AA77; |
|
|
|
color: #fff; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
th a { |
|
|
|