@import url(../topstyle.css);
/* Stylesheet for LING 202 course web pages, Fa 2012 */

/* ----- Colors for LING 202 pages ----- */

a:visited {color: #0000AA; text-decoration: none }
a:hover { background-color: #DEC8B8 }
body { background-color: #FFEEDD } 
em { color: #00CC00 }

.hlight { background-color: #FFF9F3 }
.emhlight { background-color: #A9D099; 
	border-bottom: 1px solid #000000 }
.pageheader { background-color: #EFD9C9 ; 
	border-bottom: 1px solid #EFD9C9 }

/* ----- navigation bar (as a ul) ----- */
#nav { background-color: #EFD9C9 }
#nav li a { border-left: 1px dotted #660033 }

/* ----- special text/font box (as a ul): blue-gray ----- */
#box { border: 1px solid #660033; 
  background-color: #EEDDDD; color: #660033 }
