/* stylesheet for CMSC 10200-1 website */
/* Adam Shaw, 6/2005 */

body {
  background-color: white;
}

th {	
  text-align: right;
  vertical-align: top;
}

th.left {	
  text-align: left; 
}

td {
  vertical-align: top;
}

td.cmd {
  font-family: monospace;
}

a {
 text-decoration: none;
 color: maroon;
}

a.inconspicuous {
 text-decoration: none;
 color: black;
}

a:hover {
 text-decoration: underline;
 color: blue;
}

blockquote {
  margin-right: 4cm;
}

p.Q {
  font-weight: bold;
}

p.A {
}

p.hw {

}

li {
  padding-bottom: 0.2cm;
  margin-right: 4cm;
}
