/* Sample CSS style sheet to be used with schedule.xml */ schedule { background-color: #DDFFDD; padding-left: 1cm; padding-bottom: 1cm; color: #008000; } term { display: block; margin-top: 0.6cm; margin-bottom: 0.3cm; font-size: 250%; } title { display: block; font-size: 150%; font-weight: bold; margin-bottom: 0.2cm; margin-top: 1cm; } time, instructor, description { display: list-item; margin-left: 1.5cm; } description { width: 3.5in; } course[dept="math"] { color: #0000CC; } course[dept="cpsc"] { color: #990000; } topic { font-style: italic; }