body {background-image: url(../images/photos-brianangie-med-1.jpg);
    /*  background-size: 100%;*/
      background-position: center center;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-color: #ffff99;
      font-family: sans-serif;
/*      font-size: normal;*/
      font-weight: normal;
      
      }
STRONG { font-size: larger }
h1    {color: black;  
            text-shadow: white 3px 3px;
              text-align: center
}

/*img.centered {display: block; margin-left: auto; margin-right: auto;}*/

hr { color: #ffff99; width: 50%;}
address {color: black; text-decoration: none }
p       {color: black; text-decoration: none; text-align: left; margin-left: 175px; margin-right: 50px;}

DL    { text-align: center }
A:link    { color: black }    /* unvisited links */
A:visited { color: aqua }   /* visited links   */
A:hover   { color: yellow } /* user hovers     */
A:active  { color: lime }   /* active links    */

/*this is supposed to make the little menu on the right happen*/

div.banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  top: 2em;
  left: auto;
  width: 8.5em;
  right: 2em;
}
  body>div.banner {position: fixed
}
div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: #900;
  border: thin outset #900;
  color: white;
}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 2px groove #900 }
div.banner a:first-child { border-top: none }
div.banner em { color: #CFC }

div.banner a:link { text-decoration: none; color: white }
div.banner a:visited { text-decoration: none; color: #CCC }
div.banner a:hover { background: black; color: white }


/*this is supposed to make the little menu on the right happen*/
