/* Style sheet for http://students.washington.edu/lbmelton/
   (c) 2002- Laura Melton */

/*@import url("/uw/layout.css"); /* import general layout styles */
/*@import url("/uw/layout-screen.css"); /* import screen layout styles */

/* screen colors */

body {
	color: black;
	background-color: #FFFFCC; /* pale weak yellow*/
}
@media screen { /* outwit NS4 */
	body { color: black; background-color: #996633; } /* dark dull orange */
}

/* link styles will apply in NS4 but be overwritten in other browsers */
a:link,a:active,a:hover {
	color: #663300; /*  dull orange */
	background-color: transparent;
}
a:visited {
	color: #996633; /* dark dull orange */
	background-color: transparent;
}

div#navbar {
	color: #FFCC99; /* pale dull orange*/
	background-color: #663300; /*  dull orange */
	border-bottom-color: black;
}
div#navbar a, div#navbar a:link, div#navbar a:active,
 div#navbar a:hover, div#navbar a:visited {
	color: #FFCC99; /* pale dull orange*/
	background-color: transparent;
}
div#navbar span {
	color: #CC9966; /* light dull orange */
	background-color: transparent;
}

div#body {
	color: black;
	background-color: #FFFFCC; /* pale weak yellow*/
	border-color: black;
}
h1,h3 {
	color: #663300; /*  dull orange */
	background-color: transparent;
}
acronym {
	border-bottom-color: black;
}
div#body a:link,div#body a:active, div#body a:hover {
	color: #663300; /*  dull orange */
	background-color: transparent;
}
div#body a:visited {
	color: #996633; /* dark dull orange */
	background-color: transparent;
}

div#footer {
	color: #FFFFCC; /* pale weak yellow*/
	background-color: #996633; /* dark dull orange */
}
div#footer a {
	color: #663300; /*  dull orange */
	background-color: transparent;
}


/* blog */
div#links, div#links a, div#links a:visited,
div#powered, div#powered a, div#powered a:visited {
	color: #FFFFCC; /* pale weak yellow*/
	background-color: transparent;
}

