/* Orange unvisited links, hi lilac active, lilac visited */
/*  orange text, lilac bg imgs */
H1 { color: #ffffff }
H2 { color: #ffffff }
H3 { color: #ffffff }
H4 { color: #ffffff }

BODY { 	color: orange;
				background: black url(images/web_jump.jpg);
       	background-attachment: scroll;
		 }

A:link    { color: orange; }
A:active  { color: #ff55ff; }
A:visited { color: #c355c3; }

