body {
   color:            white;
   background-color: #6b7490;
   font-size:        1em;
   font-family:      Arial, Helvetica, Verdana, sans-serif;
   font-weight:      500;
   text-align:       center;
   padding:          1em;
   border:           none;
   margin:           0em;
}

img {
   border:           none
}

h1 img {
   vertical-align:   middle;
}

.code {
   color:            white;
   background-color: black;
   font-family:      Courier, monospace;
}

table.mainTable {
   width:            90%;
   padding:          0em 2em;
   border:           none;
   margin:           0em;
}

table.navTable {
   padding:          0em;
   border:           none;
   margin:           0em 1em 0em 0em;
}

td.navbar {
   color:            white;
   background-color: #7b83a0;
   vertical-align:   top;
   font-size:        0.8em;
   text-decoration:  none;
   text-align:       right;
   padding:          1em;
   border:           outset #7b83a0;
   margin:           1em;
}

table.contentTable {
   width:            100%;
   padding:          0em;
   border:           none;
   margin:           0em;
}

td.content {
   color:            white;
   background-color: #7b83a0;
   vertical-align:   top;
   text-decoration:  none;
   text-align:       left;
   padding:          1em;
   border:           outset #7b83a0;
   margin:           1em;
}

table.prettyTable {
   padding:          1em;
   border:           outset #7b83a0;
   border-collapse:  collapse;
   margin:           0em;
}

th.prettyTable {
   color:            white;
   background-color: #7b83a0;
   vertical-align:   top;
   text-decoration:  none;
   text-align:       center;
   padding:          0.5em 1em;
   border:           1px solid black;
   margin:           0em;
}

td.prettyTable {
   color:            white;
   background-color: #7b83a0;
   vertical-align:   top;
   text-decoration:  none;
   text-align:       center;
   padding:          0.5em 1em;
   border:           1px solid black;
   margin:           0em;
}

td.quotation {
   color:            white;
   background-color: #7b83a0;
   vertical-align:   top;
   text-decoration:  none;
   text-align:       left;
   padding:          1em;
   border:           outset #7b83a0;
   margin:           1em;
}

quotation {
   font-style:       italic;
}

a.signature {
   font-size:        1.4em;
   font-weight:      300;
   font-family:      "Monotype Corsiva", cursive;
   text-decoration:  none;
}


h1 {
   color:            #b7bddd;
   font-size:        2em;
   font-family:      Arial,Helvetica, Verdana, sans-serif;
   font-weight:      600;
}

h2 {
   color:            white;
   font-size:        1.75em;
   font-family:      Arial,Helvetica, Verdana, sans-serif;
   font-weight:      500;
}

h3 {
   color:            #b7bddd;
   font-size:        1.2em;
   font-family:      Arial,Helvetica, Verdana, sans-serif;
   font-weight:      600;
}

a:active	{
   color:            white;
}
a:link {
   color:            white;
}
a:visited {
   color:            white;
}
a:hover {
   color:            white;
}

td.navbar a {
   text-decoration:  none;
}

td.navbar a:hover {
   background-color: #6b7490;
}
