h2, h3 {
    font-family:"Century Gothic","Verdana","Osaka",sans-serif;
    font-weight:300;
    text-indent:1em;
    white-space:nowrap;
  }
h2 {color:#80FF80;}
h2 span.title1{
    font-size:2.2em;
    color:dodgerblue;
  }
h2 span.title2{
    font-size:1.3em;
    font-style:italic;
    color:orange;
    position:relative;
    left:-2em;
    top:0.25em;
  }
h3 {                                                                                                            
    margin-left:2%;
    margin-right:2%;
    margin-bottom:1em;
  }
h3 a {
    color:dodgerblue;
  }
div {
    color:white;
  }
p {
    margin-left:5%;
    margin-right:5%;
    color:white;
  }
table.cd {
    margin-left:auto;
    margin-right:auto;
    width:90%;
    margin-bottom:1em;
    border:gray 1px solid;
	border-collapse:collapse;
  }
table.cd th {
    text-align:left;
    font-weight:300;
    font-family:"Century Gothic","Verdana","Osaka",sans-serif;
    font-size:0.9em;
    border-left:gray 1px dashed;
    border-bottom:gray 1px dashed;
  }
table.cd td {
    font-family:"Century Gothic","Verdana","Osaka",sans-serif;
    text-align:left;
    border-left:gray 1px dashed;
    border-bottom:gray 1px dashed;
  }
table.cd *.note {
    border-bottom:black 0 none;
    line-height:150%;
  }
table.cd td.jacket {
    text-align:center;
    vertical-align:middle;
    width:180px;
    border:black 0 none;
  }
table.cd td.cdindex {
    text-align:center;
    vertical-align:middle;
    width:50%;
    padding:10px;
  }
