
body   {
   font-family:garamond;
   font-size:18px;
   color:#808080;
   background-color: #d8e4f0;
}

h3     { 
   font-familu:garamond;
   font-weight: normal;
   font-size: 32px;
   font-style: italic;
}

/* [DIV] division that holds the sample dashboard (viewer+content+debuginfo) */
div#codedashboard { 
    font-family:lucidaconsole,courier,fixed;
    font-size:12px;
    color:black;
    background-color: #b8c8d8;
    border: solid 4px #b0c0d0;
    padding: 128px 32px 64px 32px;
    border-radius: 128px;
    margin: 24px 0px 24px 0px;
    min-height: 312px;
    max-width:  800px;
}

/* [SPAN] for formatting purposes container, adds padding around graph */
span#mycontainer {
   float: left;
   margin: 24px 36px 18px 12px;
}
/* [SPAN] for formatting purposes container, adds padding around graph */
span#mycontainer2 {
   float: right;
   margin: 24px 12px 18px 36px;
}

/* [P] paragraph with some text that wraps around sample plot */
p.sampletext {
  font-family: garamond,garamondpro,georgia,timesnewroman;
  line-height: 200%;
  font-size:   16px;
}
