A.navbar:link { color: #216846; text-decoration: none;}
A.navbar:visited { color: #216846; text-decoration: none;}
A.navbar:hover { color: silver; text-decoration: none; }
A.navbar:active { color: silver; text-decoration: none; }

p.navhere {
   color: silver;
}

div.navbar {
   font-weight: bold; font-size: larger;
   position: absolute; top: 0; left: 0; bottom: auto; right: auto;
   margin: 0 20px 0 20px;
}

img.bgul {
   margin: 20px;
   width: 204px; height: 86px;
}

img.bgll {
   position: fixed; top: auto; left: 0; bottom: 0; right: auto;
   margin: 20px 20px 0 0;
}

img.bglr {
   float:right;
   margin: 20px;
}

div.content {
   position: absolute;
   top: 150px; left: 200px; bottom: auto; right: auto;
}

body {
   background: url(images/bgll.jpg) no-repeat bottom left;
}
