
body {
   background: #eeeeff;
   margin: 3em;
   font-family: times, palatino, serif;
   font-size: 12pt;
}

h1 {
   text-align: center;
}

h2 {
   text-align: center;
}

h3.head {
   text-align: center;
}

p.new {
   margin-left: 10em;
}

p.amend {
   text-align: center;
   font-size: 24pt;
   font-weight: bold;
   color: green;
}

p.top {
   text-align: center;
}

p.intro {
   margin-left: 7em;
   margin-right: 7em;
   font-size: 10pt;
}

p.data {
   margin-left: 2em;
}

p.item {
   margin-left: 5em;
   margin-right: 5em;
   font-size: 11pt;
}

p.sig {
   text-align: right;
}

p.end {
   text-align: center;
   font-size: 10pt;
}

p.vcn {
   text-align: center;
}

a:link { color: blue; text-decoration: none }
a:visited { color: red; text-decoration: none }
a:active { color: green; text-decoration: none }


