/* lbi_style.css - a simple style sheet */body  {  background-color: #EBD39B;}/*body  {  background-image: url(backgrounds/2011.jpg);  background-attachment: fixed;  background-position: center;  background-repeat: no-repeat;}*/font  {   color: black;  font: bold;   }tr    {  font: bold;} h2  {   font: bold;}h1  { font: bold;}font[target=_emp]  { color: red; font-style: italic; font-weight: bold; font-size: 85%; }address  {  margin-left: 6.5em;  font: bold;}a:link  {color: navy}a:visited  {color: purple}a:active  {color: fuchsia}