@import url(../topstyle_sans.css);
/* Stylesheet for LING 225 course web pages, Fa 2025 */

/* ----- Colors for LING 225 pages | PEACH ----- */

a:hover { background-color: #DEC8B8; }
body { background-color: #FED; } 
em { color: #903 }

.hlight { background-color: #FFFFF3 }
.emhlight { background-color: #FED; 
	border-bottom: 1px solid #FED;
	border-left: 1px solid #000;
	border-right: 1px solid #000 }
.pageheader { background-color: #EFD9C9;
	border-bottom: 1px solid #EFD9C9; }

/* ----- navigation bar (as a ul) ----- */
#nav { background-color: #EFD9C9; }


/* ----- special text/font box (as a ul) ----- */
#box { border: 1px solid #306; 
   background-color: #EDD; color: #306; }
