@import RDR rdr.css;

A:link { color: #E0E0E0 }          /* unvisited link */
A:visited { color: #404040 }        /* visited links */
A:active { color: #FFEB00 }        /* active links */

/* setting the anchor border around IMG elements
   requires contextual selectors */

A:link IMG { border: 2px solid #FF8000 }
A:visited IMG { border: 2px solid #404040 }
A:active IMG { border: 2px solid #FFEB00 }


BODY {
	color					: rgb(0,0,0);
	background-color		: rgb(210,20,0);
}
