body, p, ul, table, li, h1, h2, h3, h4 { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

/*
p {text-align: justify; }
*/

p.csc-uploads-description, p.small-margin {
  margin-top: -8pt;
}

h1 {
  font-size : 14pt;
  font-weight: bold;
  margin-bottom : 6pt;
  margin-top : 12pt;
}
h2 {
  font-size : 12pt;
  font-weight: bold;
  margin-bottom : 5pt;
  margin-top : 10pt;
}
h3 {
  font-weight: bold;
  margin-top : 6pt;
  margin-bottom : 3pt;
}
h4 {
  font-style: italic;
  margin-top : 6pt;
  margin-bottom : 3pt;
}

:link {text-decoration: none ;color: #006699;}
:visited {text-decoration: none ;color: #006699;}
:active {text-decoration: none ;color: #006699;}
:hover {text-decoration: underline ;color: #000000;}

p.small {font-size: 9pt}

.indent-except-first {text-indent:-1cm; margin-left:1cm}
.indent {margin-left: 1cm}
.indent2 {margin-left: 2cm}
.indent3 {margin-left: 3cm}

.code {font-family: Courier New, Courier, fixed}

.content th, .content td {vertical-align: top}

ul {list-style-type: square}
ul*ul {list-style-type: disc}
ul*ul*ul {list-style-type: circle}

li {margin-top: 0.5em;}
