@import url(importance.css);
@import url(themed-locate.css);
@import url(/~alex/css/main/locate.css);
@import url(/~alex/css/main/index.css);


/* set stuff that affects color */
BODY	{background: url(background); color: black}
/* set colors  */
H1	{color: blue}
.incomplete {color: gray}

/* deal with some special types of stuff */
.money {color: blue}
.work-for {color: blue; font-style: italic}


