body {
   font-family: Arial;
   font-size: 9pt;
}

td {
   background-color: white;
   font-family: Arial;
   font-size: 9pt;
}

td.border {
   background-color: black;
}

td.sidebar {
   background-color: gray;
}

th {
   background-color: #bbbbbb;
   font-family: Arial;
   font-size: 9pt;
}

td.title {
   background-color: red;
   color: white;
   text-align: center;
   font-weight: bold;
}

td.subtitle {
   background-color: #888888;
   text-align: center;
   font-weight: bold;
}

h1 {
   color: red;
   font-size: 11pt;
}

h1.title {
   font-size: 20pt;
}

p {
   text-align: left;
   padding-left: 10pt;
   padding-right: 10pt;
}

/*p:first-line {
   font-weight: bold;
} */

/*P:first-letter { 
   font-size: 300%; 
   float: left;
} */

a:link, a:active, a:visited {
   color: red;
}

a:link.sidebar, a:active.sidebar, a:visited.sidebar {
   color: white;
}

a:hover {
   color: black;
}

a:hover.sidebar {
   color: red;
}


