HTML
{
    LIST-STYLE: square
}
HTML
{
    FONT-WEIGHT: bolder
}

h2
{
}

BODY
{
    font-family: serif;
    LIST-STYLE: square;
    background-color: white;
    background-image: url("images/edge.gif");
    background-position: 0 0;
    background-repeat: repeat-y;
    background-attachment: fixed;
    margin-left: 100px;
}

A:visited
{
    COLOR: purple
}
A:active
{
    COLOR: fuchsia
}
A:link
{
    COLOR: blue
}

DIV.text {
               font-size: xx-large;
               font-weight: bold;
               position: absolute;
               left: 100px;
               top: 100px;
               z-index: 2
               } 

DIV.shadow {
               font-size: xx-large;
               font-weight: bold;
               color: gray;
               position: absolute;
               left: 103px;
               top: 103px;
               z-index: 1
               }

H1 {
  font-size: 1.1em;
  font-weight: bold;
  color: #e6e6fa;
  background-color: #1e90ff;
  color: #ffffff;
  padding: 1%;
  border: none;
  margin-left: 0%;
  margin-right: 0%;
  text-align: left
}

H1.name {
  font-family: sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

.pullquote {
     padding: 2%;
     font-size: 1.5em;
     border: thin black solid;
     margin-left: 10%;
     margin-right: 10%}

P.navigationbar {
     background-color: #7f034c;
     color: #ffffff;
     border: medium black solid;
     padding: 1%;
     margin-left: 0%;
     margin-right: 0%;
     text-align: center}

P.navigationbar A:link {color: white;
     text-decoration: none}

P.navigationbar A:visited
{
    COLOR: #7777ff;
}

P.navigationbar A:active
{
    COLOR: blue
}

P.navigationbar A:hover {background-color: #ffb0d3;
     color: black;
     text-decoration: none}

IMG.left-floating {float: left}

ADDRESS {
  color: purple;
  font-style: italic;
  text-align: right
}

P.center {
  text-align: center
}

div.question
{
 margin: 0%;
 border: black solid thin
}

div.question h2
{
 text-align: center;
 font-size: 130%;
 font-weight: bold
}

div.answer
{
 font-style: normal;
}

div.answer div.quote
{
 font-style: italic;
 margin: 1%;
 margin-left: 5%;
 margin-right: 5%
}
