﻿@charset "utf-8";

/*
  This file lectures.css was designed by Thomas Eckert
  (eckert@mathematik.uni-marburg.de) as style-sheet
  for lectures at the University of Marburg.

  Feel free to use it or change it.
*/

body {font: 11pt sans-serif; background: #faf0e6; color: #000080; width: 90ex}

a {text-decoration: none}
a:link {color: #400040}
a:visited {color: #408080}
a:hover {text-decoration: underline}

table.base {border: 0}
td.rubric {margin: 2px; padding: 8px;
  background-color: #ffcccc; color: #999999; font-size: 120%; vertical-align: top}
td.content {margin: 2px; padding: 4px}

table.groups {font-size: small}
.groups td, .groups th {vertical-align: top; border: 1px solid; 
  padding-left: 1em; padding-right: 1em}
.groups th {background: lightgrey}

ul {padding: 0; margin: 0}
li {margin-left: 2ex}

div.title {font-size: 170%}
div.term {font-size: 110%}
div.teacher {font-size: 120%}
div.author, div.remark {font-size: 80%}

