HTML, BODY {
color: white; 
background: url("head_r.gif");
}

H1, H3 { color: white; }

H2 { color: gold; }


A.link { color: yellow }
A:visited { color: gray; }
A:active { color: silver; background: black; }

A.bar { 
background : red;
color : white; 
}

P {background: transparent; }





