/* CSCI-081 Course stylesheet
 */

.aside {
	font-size: 0.9em;
  font-style: italic;
  color: green;
  background-color: transparent;
  }

body {
	margin:auto;
	max-width: 850px;
  }
