body           {
  color:          #000000;
  background:     #ffffff;
  font-family:    Verdana, Myriad Web, Syntax, sans-serif;
  font-size:      1em;
  font-weight:    normal;
  word-spacing:   normal;
  letter-spacing: normal;
  text-transform: none;
  margin-left:    10%;
  margin-right:   10%;
}

p              {
  text-indent: 0em;
  margin-top: 0;
  margin-bottom: .5em;
}

a              {
  background-color: #ffffff;
}
a:link         {
  color: #0000ff;
}
a:hover        {
  color: #ff0000;
}
a:active       {
  color: #ff0000;
  background-color: #c0c0c0;
}
a:visited      {
  color: #800080
}

h1             {
  padding: 0px;
  font-weight: bold;
  font-size: 200%;
  font-weight: normal;
  font-family: Arial, Geneva, Helvetica, sans-serif;
}
h2             {
  font-size: 150%;
  font-weight: bold;
}
h3,h4,h5,h6    {
  margin-left: -4%;
  font-size: 100%;
}

strong         {
  text-transform: uppercase;
  font-weight: bold;
}
pre            {
  color: #0000ff;
  font-family: courier new, courier;
  margin-left: 20%;
}

.center        {
  text-align: center;
}
.left          {
  text-align: left;
}
.right         {
  text-align: right;
}
.bold          {
  font-weight: bold;
}
.italic        {
  font-style: italic;
}
.content       {
  style="margin-right: 3em;
  margin-left: 3em;
}

