<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 	style sheet for Democracy syllabus pages 
        (including Calendar and home page)  
*/

BODY	{	background-color: #FFFFFF;
		font-family: verdana, geneva, arial, sans-serif; 
	}

/* 	NOTE: change FONT above if using more than one font-family on pages  	*/

.textbody	{	font-size: 0.8em; 	}
.tinytext	{	font-size: 10px; 	}

.labelbox	{ 	background-color: #666666; 
			color: #FFFFFF;
			font-size: 10px;
	 	}
.databox	{ 	background-color: #FFFFFF; 
			color: #000000;
			font-size: 10px;
	 	}
.subhedbox	{ 	background-color: #666666; 
			color: #FFFFFF;
			font-size: 10px;
			padding: 3px;
	 	}

A:link		{	color: #009999; text-decoration: underline; 	}
A:visited	{	color: #006666; text-decoration: underline; 	} 
A:active	{	color: #00CCCC; text-decoration: none; 		}
A:hover		{	color: #00FFFF; text-decoration: none; 
			background-color: #000000; 
		}

/* 	styles for calendar CELLS below  	*/


.firstrow	{ 	background-color: #99CCCC; 
			color: #000000;
			font-size: 0.8em;
	 	}
.altrow		{ 	background-color: #FFFFFF; 
			color: #000000;
			font-size: 0.8em;
	 	}
.holiday	{ 	background-color: #CCFFFF; 
			color: #000000;
			font-size: 0.8em;
	 	}
.highlight	{ 	background-color: #FFCC00; 
			color: #000000;
			font-size: 0.8em;
	 	}
.classday	{ 	background-color: #666666; 
			color: #FFFFFF;
			font-size: 0.8em;
	 	}

/* 	styles for page elements below  	*/

.pageheader	{ 	background-color: #666666;
			color: #FFFFFF;
			font-size: 1.5em; 
			font-weight: bold;
	 	}

.pagefooter	{ 	background-color: #99CCCC;
			color: #000000;
			font-size: 10px; 
	 	}
/* 	white bg and thin teal border  	*/

.sidebar	{ 	background-color: #FFFFFF; 
			color: #000000;
			font-size: 0.8em;
			border-style: solid;
			border-width: 1px;
			border-color: #666666;
	 	}

/* 	white bg and thick yellow-gold border  	*/
.textbox	{ 	background-color: #FFFFFF; 
			color: #000000;
			font-size: 0.8em;
			border-style: solid;
			border-width: 2px;
			border-color: #FFCC00;
	 	}

/* 	yellow bg and thin dark border  	*/
.advice		{ 	background-color: #FFCC00; 
			color: #000000;
			font-size: 0.8em;
	       		line-height: 150%; 
			border-style: solid;
			border-width: 1px;
			border-color: #666666;
	 	}

/* 	white bg and dashed red border  	*/
.deadlinebox	{ 	background-color: #FFFFFF; 
			color: #000000;
			font-size: 0.8em;
			border-style: dashed;
			border-width: 2px;
			border-color: #FF0000;
	 	}

/* 	no font specs! see calendar page for reason why  	*/
.shadebox	{
	background-color: #FFCC00;
	border: 1px solid #666666;

		}

/* 	for project overview pages  	*/
.projectbox	{ 	background-color: #990099; 
			color: #FFFFFF;
			font-size: 0.8em;
			border-style: solid;
			border-width: 1px;
			border-color: #339999;
		}

.projectchart	{ 	background-color: #FFCC00; 
			color: #000000;
			font-size: 0.8em;
		}
		
		
/* 	replacement styles  	*/

EM	{ 	color: #FF0000; 
		font-weight: bold; 
		font-style: normal;
	}

H1	{	font-size: 2em; font-weight: bold; 
		color: #333333;
	}
H2	{	font-size: 1.5em; font-weight: bold; 
		color: #333333;
	}
H3	{	font-size: 1.5em; font-weight: bold; 	
		color: #666666;
		margin-top: 0px;
		margin-bottom: 0px;
	}

UL	{	list-style: square; 	}
UL UL	{	list-style: circle; 	}


/* 	styles for header BUTTONS below - used in JavaScript include file  	*/

.buttonbar	{
	background-color: #333333;
	color: #000000;
	font-size: 10px;
	border: 1px groove #FFCC00;

	 	}

.buttonoff	{
	background-color: #999999;
	color: #333333;
	font-size: 10px;
	border: 1px groove #FFCC00;

	 	}

.buttonbar A:link	{	color: #FFCC00; text-decoration: none; 	}
.buttonbar A:visited	{	color: #FFCC00; text-decoration: none; 	} 
.buttonbar A:active	{	color: #FFFFFF; text-decoration: none; 	}
.buttonbar A:hover	{	color: #FFFFFF; text-decoration: none; 	
				background-color: #000000; 
			}

/* 	end of header BUTTONS   	*/

/* 	below: special fix for transparent rollovers on the home page;
	otherwise, they turn black (like other hovers) -- ick!   	
*/
.buttonfix		{	background-color: transparent; 	}
.buttonfix A:link	{	color: #FFFFFF; text-decoration: none; 	}
.buttonfix A:visited	{	color: #FFFFFF; text-decoration: none; 	} 
.buttonfix A:active	{	color: #33CCCC; text-decoration: none; 	}
.buttonfix A:hover	{	color: #00FFFF; text-decoration: none; 	
				background-color: transparent; 
			}
</pre></body></html>