body, img, div
{
  margin: 0;
  border: 0;
  padding: 0
}

body {
  background-image: url('graphic/newedge.gif');
  background-color: white;
  color: #006600
}

a:link { color:  #993300; }
a:visited { color: teal; }
a:hover { color: black; }

p, div.links
{
    font-weight: bold;
    margin-left: 110px;
    margin-right: 30px;
}

div.container {
  width: 85%;
  margin-left: 100px;
  margin-right: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}

div.left {
  float: left;
  width: 250px;
}

div.right {
  float: right;
  width: 250px;
  margin-right: 5px;
  text-align: center;
}

div.content {
  margin-left: 1px;
  width: 600px;
}

.quote {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic
}

.head {
  font-size: 16pt;
  font-weight: bold;
  text-shadow: yellow 1px 1px 1px;
  color: green;
}

h1 { font-size: 170%;
  font-weight: bold;
  text-shadow: yellow 1px 1px 1px;
  color: green;
}

img.bullet, pos-left, text { 
height: 12px; width: 17px; position: relative; left: -15px;
}

img.leafs {height: 32px; width: 44px; vertical-align: middle; margin-right: 1em
}

ul.disc, inside, big {
list-style-type: disc;
position: inside;
marker-color: green;
margin-left: 200px;
line-height: 0.7cm;
} 

div.links img {
  border: 1px;
  margin-right: 1em;
  margin-left: 1em;
  vertical-align: middle  
}

img.right { float: right; margin-left: 10px }
img.left { float: left; margin-right: 10px }
