|
|
@@ -7,13 +7,6 @@ body { |
|
|
|
margin: auto; |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
|
|
|
|
|
:link, :visited { |
|
|
|
color: #224422; |
|
|
|
} |
|
|
|
:link:hover, :visited:hover { |
|
|
|
color: #945973; |
|
|
|
} |
|
|
|
body, th, td { |
|
|
|
font-family: 'Bitstream Vera Serif',times,serif; |
|
|
|
} |
|
|
@@ -104,13 +97,13 @@ ol.arabic { |
|
|
|
/* Link styles */ |
|
|
|
:link,:visited { |
|
|
|
text-decoration:none; |
|
|
|
color:#b00; |
|
|
|
color: #224422; |
|
|
|
border-bottom:1px dotted #bbb; |
|
|
|
} |
|
|
|
|
|
|
|
:link:hover,:visited:hover { |
|
|
|
background-color:#eee; |
|
|
|
color:#555; |
|
|
|
color: #945973; |
|
|
|
} |
|
|
|
|
|
|
|
h1 :link,h1 :visited,h2 :link,h2 :visited,h3 :link,h3 :visited,h4 :link,h4 :visited,h5 :link,h5 :visited,h6 :link,h6 :visited { |
|
|
|