<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(s5-core.css); /* required to make the slide show run at all */
@import url(framing.css); /* sets basic placement and size of slide components */
@import url(pretty.css);  /* stuff that makes the slides look better than blah */

.redstyle  {
	color: red;
	font-weight: bold;
	}
	
a.hoverstyle:link{ color: #FF0000; }    
a.hoverstyle:visited{ color: #00FF00; }      
a.hoverstyle:hover { color: #FF00FF; } </pre></body></html>