Opera 8.5: High contrast stylesheet
- Link
to high contrast user style sheet on the web:
http://cita.rehab.uiuc.edu/courses/2005-10-REHAB711NC/styles/highcontrast.css - Create style sheet in notepad (or other text editor)

Source Code
body {
background-color: black;
color: white;
font-family: sans-serif;
font-size: x-large;
}
A:link {
color: yellow
}
A:visited {
color: orange
}
background-color: black;
color: white;
font-family: sans-serif;
font-size: x-large;
}
A:link {
color: yellow
}
A:visited {
color: orange
}