body                     { margin: 30px; color: black; background: white;
                           font-family: arial, serif; font-size: 100%; }
h2                       { margin-bottom: 2px; }
p                        { margin-top: 4px; }
table                    { margin-top: 4px; }

.center                  { text-align: center; }
.right                   { text-align: right; }
.link                    { display: inline; }

@media print {
  .link { display: none; visibility: hidden; }
}

#orglogo                 { text-align: left; }
#orglogo a               { text-decoration: none; color: black; }
#orglogo a:hover         { text-decoration: underline; color: blue; }
#orglogo img             { margin-top: 0px; margin-bottom: 5px; }

#spacer                  { margin: 0 10px; border-top: 0.1cm #CC9933 solid; }

#authname                { margin-top: 30px; text-align: center; font-size: 140%; font-weight: bold; }

#department              { margin-top: 10px; text-align: center; font-size: 120%; font-weight: bold; }

#subtitle                { margin-top: 10px; text-align: center; font-size: 100%; font-weight: bold; }

#toc                     { margin-top: 15px; }
#toc h2                  { font-size: 100%; font-weight: bold; margin-top: 8px; margin-bottom: 4px; }
#toc ul                  { padding-left: 20px; margin-top: 2px; }
#toc li                  { list-style-type: disc; font-weight: normal; }
#toc li a                { text-decoration: none; color: black; }
#toc a:hover             { text-decoration: underline; color: blue; }

#publications            { font-size: 90%; margin-top: 35px; }
#publications h2         { font-size: 100%; margin-top: 20px; }
#publications ul         { padding-left: 0px; margin-top: 3px; margin-bottom: 3px; }
#publications ul ul      { padding-left: 20px; }
#publications li         { list-style-type: none; padding-left: 0px; font-weight: bold; }
#publications li li      { list-style-type: disc; font-weight: normal; }
#publications li a       { text-decoration: underline; color: blue; }
#publications a:hover    { text-decoration: underline; color: blue; }

