5,963
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
a:link { | |||
color: #4c4c4c; | |||
text-decoration: underline; | |||
} | |||
a:visited { | |||
color: #4c4c4c; | |||
text-decoration: underline; | |||
} | |||
a:hover { | |||
color: #4c4c4c; | |||
text-decoration: underline; | |||
} | |||
a.external { | |||
color: #4c4c4c; | |||
text-decoration: underline; | |||
} | |||
a.external:visited { | |||
color: #4c4c4c; | |||
text-decoration: underline; | |||
} | |||
a.external:hover { | |||
color: #4c4c4c; | |||
text-decoration: underline; | |||
} | |||
.content { | .content { | ||
background: #ffffff; | background: #ffffff; |