/**** General ****/

body {
    background: white url(header.gif) no-repeat 10px 10px;
    padding-top: 35px;
}

code, tt { font-size: 115%; }

img { border: 0; }

p#footer {
    font-size: smaller; color: gray; font-family: sans-serif;
    margin: 4em 0 1em; padding: 0.25em; border-top: 1px solid gray;
    text-align: center; clear: both;
}

p#licence {
  background: white url(byncsa.png) 0.5em center no-repeat; color: gray;
  padding: 0.5em 0.5em 0.5em 120px;
  font: normal 0.8em/1.3em Arial, Helvetica, sans-serif;
  border: 1px solid silver;
}

p#bethere {
  padding: 0.5em; background: white; color: #c07;
  font: normal 0.8em/1.3em Arial, Helvetica, sans-serif;
  border: 1px solid #c07;
}

h1, h2 {
    font-family: Georgia, serif;
    color: #c07;
}

a { color: #c07; }

h2 {
    margin: 0.5em 0;
    font-weight: normal;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; margin: 0;
  color: #c07;
}

table { border: 2px solid silver; border-collapse: collapse; margin: 1em 0; font-family: Arial, Helvetica, sans-serif; }
table td, table th { padding: 0.25em; border: 1px solid silver; }
table th { color: #02a6eb; font-size: 1.1em; }
table tr.alternate td { background: #eee; }

table p.speaker { margin: 0; padding-left: 1em; color: gray; font-style: italic; font-family: Georgia, serif; font-size: 0.9em; }
table td.filesize { color: #666; font-size: 0.8em; text-align: center; }
td.downloadLink { font-size: 0.8em; text-align: center; }
table tr.header th { color: gray; font-weight: normal; font-size: 0.9em; }

p#footer a { color: black; }
