/* Links */
a:link {color: darkblue}
a:visited {color:grey}

/* Standard overrides */
* {font-family: sans-serif}
body {background-color: white}
h1 {background-color: rgb(211, 231, 255); color: darkblue}
/*h2, h3 {color:  rgb(101,150,58)}*/
/* h2 {color: white; background-color: rgb(32,118,224)} */
h2, h3 {color: rgb(32,118,224)}
ul {list-style-image: url("bullet.png")}
pre {font-family: monospace}
code {font-family: monospace}

/* Tables */
/* th {background-color: rgb(236, 248, 236); text-align: left} */
th {background-color: rgb(211, 231, 255); text-align: left}

/* Sidebar */
/*td.sidebar {background-color: rgb(229, 229, 204); text-align: left}*/
td.sidebar {background-color: rgb(32,118,224); text-align: left}
a.sidelink1 {color: white; font-weight: bold; margin-bottom: 0; ; text-decoration: none }
a.sidelink2 {color: white; text-decoration: none}
p.sidebar2 {margin-left: 0.5cm; margin-top: 0; margin-bottom: 0}

/* Special paragraphs */
.centred {text-align: center}
.shaded {background-color: rgb(211, 231, 255)}
p.copyright {font-size: smaller; text-align: center; font-style: italic}
p.caption {font-size: smaller; text-align: center}
/*li.support {list-style: url("images/pdficon.png")}*/

