/*****    A CSS file for course.xml    *****/

catalog 
{ display: list; margin: 2em;  
  background: #def; line-height: 130%
}

course 
{ display: list-item; margin-bottom: 20px; }

name, department,  email
{  display: inline;  color: blue; }

instructor, semester { display: block;  }

semester { font-weight: bold;  }

title { display: block; font-weight: bold; }

email { font-family: courier;  }
