/* Colors: #088 is a nice teal, #080 is a true green,
	#37f is a true blue, #22a is almost indigo,
 */

TD, BODY {
	background-color:	#fff;
	background-image:   url(./gifs/backgrounds/paprgrn.gif);
	color:	black; 
	font-size:	medium;
/*	margin-left:	150px; */
}

A:link		{ color: red; text-decoration: underline }
A:visited, A:active	{ color: blue; text-decoration: underline }

#siteTitle {
	color:	black;
	text-align:	center;
}

A.sTitleA:link, A.sTitleA:visited, A.sTitleA:active  {
	color: blue;
	text-decoration:	underline;
}

#pageTitle {
	color:	#22a;
	text-align:	center;
}

#navigBar {
	color: white 
	text-align:	center;
}

#copyright {
	color: 		black;
	margin-left:	20px;
	margin-right:	20px;
	font-size:	small;
	font-style:	italic;
}

#footer {
	color:		black; 
	font-size:	small;
	font-style:	italic;
}

/* Following should be shared among course web sites:
	@import "http://max.cs.kzoo.edu/styles/SharedCourseStyles";
*/

SPAN.Tall { font-size:	x-large }

SPAN.SmCap { font-size:	large }

/* Another way to do the above might be H1:first-letter { font: 2em },
 * although this does not deal well with words like 1998 which should
 * be completely tall.
 */
