/* Links */
a:link {color: darkgreen}
a:visited {color:darkred}

/* Standard overrides */
* {font-family: sans-serif}
body {background-color: white}
h1 {background-color: rgb(229, 229, 204); color: darkred}
/*h2, h3 {color:  rgb(101,150,58)}*/
h2, h3 {color:  darkred}
ul {list-style-image: url("images/bullet.png")}

/* Tables */
/* th {background-color: rgb(236, 248, 236); text-align: left} */
th {background-color: rgb(229, 229, 204); text-align: left}
td.callout {background-color: rgb(217, 217, 229)}

/* Sidebar */
/*td.sidebar {background-color: rgb(229, 229, 204); text-align: left}*/
td.sidebar {background-color: rgb(101,150,58); 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}

/* Birthday box */
td.special1 {background-color: rgb(255,255,120); text-align: left}
p.specialhead1 {margin-left: 0; margin-top: 0; margin-bottom: 0.3cm; color: black; text-decoration: none; font-weight: bold; background-color: rgb(255,255,120)}
p.specialtext1 {margin-left: 0; margin-top: 0; margin-bottom: 0; color: black; text-decoration: none; font-size: smaller}
p.specialcallout {margin-left: 0.5; margin-top: 0.5cm; margin-bottom: 0.3cm; color: black; text-decoration: none}

/* Special paragraphs */
.centred {text-align: center}
.shaded {background-color: rgb(229, 229, 204)}
p.callout {margin-left: 0.5cm; margin-top: 0.5cm; margin-bottom: 0.5cm; margin-right: 0.5cm}
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")}*/

