/* index.css 2005-12-16 Cascading Style Sheets use by nswong personal web site */

BODY {
	BACKGROUND: #FFFFF0; COLOR: black 
}

A:visited {
	BACKGROUND: #FFFFF0; COLOR: purple
}

A:active {
	BACKGROUND: purple; COLOR: #FFFFF0; TEXT-DECORATION: underline overline
}

A:hover {
	BACKGROUND: blue; COLOR: #FFFFF0; TEXT-DECORATION: underline overline
}

/*
BACKGROUND: green; COLOR: #FFFFF0; = BACKGROUND: #008000; COLOR: #00FF00 
For people can't see color hue of red and blue, above color setting are same.
If at the same time the person are having problem on color lightness, this will appear as blank.
Should I change it to BACKGROUND: blue; COLOR: #FFFFF0; ?

Green=White
Red, Blue=Black

http://www.lighthouse.org/color_contrast.htm 
Effective Color Contrast
Designing for People with Partial Sight and Color Deficiencies
*/

TABLE {
    BACKGROUND: #F0FFFF
}

PRE {
	BACKGROUND: #F0FFF0; COLOR: black 
}

/*
By: n_s_wong 

http://planet.time.net.my/KLCC/nswong 
*/

