/* Some modifications to the general slides style */
/* Author:  J. Kurfess */
/* - make "command" similar to "computeroutput" */


.command, .literal
{
  display: inline;
  color: purple;
  font-family: monospace;
}

.computeroutput, .filename, .programlisting
{
  color: green;
}

