@import url('../temp.css');

/* TEMPORARY: exploring/cleaning up */
* { 
    border-width: thin;
}


/* narration text: */
.narr { 

}

/* additional-instructions text: */
.inst { 
	/* temporary: */
/*        border-style: solid;*/
        /*border-width: thin;*/
/*	border-color: pink;*/
}


/* next-step control: */
.next { 
	/* temporary: */
/*        border-style: solid;*/
        /*border-width: thin;*/
/*	border-color: green;*/
}
.prompt {
/*	border-color: #00C000;*/
}
.action {
/*        border-style: solid;*/
/*	border-color: #00C000;*/
}


.quit-link {  }


/* beware Netscape 4.x bug:  class attribute on <A> or <INPUT> breaks it */




.qstn { 
	/* temporary: */
/*        border-bottom-style: solid;*/
        /*border-width: thin;*/
/*	border-bottom-color: yellow;*/
        }
.prev { }

.anml { 
	/* temporary: */
/*        border-bottom-style: solid;*/
        /*border-width: thin;*/
/*	border-bottom-color: blue;*/
        }

.cur { } 




.CHECK { background: red }
.CHECK1 { background: green }
.CHECK3 { background: yellow }
.CHECK3 { background: yellow }


.debug-eol { background: yellow }
.dump-yn { background: white }
.dump-highlight { background: white }

/*
.new-animal { background: white }
.info-text { background: white }
.punct-emph { background: white }
*/



.error { background: pink }
