/* This style sheet applies to both the Introduction to Unix shortcourse handout as well as the Intermediate Unix shortcourse handout. */

body	{
	background: #bbbbbb;
	font-family: sans-serif, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium
}

.hidden {
	display: none;
}
