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