/* printer styles */        

        body    {
                 color: black; 
                 background: white;
                 text-align: justify;
        }

        a:link, a:visited {
                 color: #552200;
                 background-color: white;
                 font-weight: bold;
                 text-decoration: none;
        }

        a.links:link:after, a.links:visited:after {
                  content: " (" attr(href) ") ";
                  font-size: 90%;
        }

        body  {
                 font-family:  Georgia, Palatino, serif;
        }
 
        p, div, ul  {
                         font-family:  Georgia, Palatino, serif;
                }
 
         h1, h2  { font-family:  Helvetica, sans-serif;
               text-align: center;
        }

         p.email, .tail, #side, #phone2, #phone3  { 
                   display: none;
                   }

        #phones {
                           width: 640px;
                           position: relative;
                           }
      
      
        #phone1  {
                   position: absolute;
                   width: 250px ;
                   height: 185px;
                   top: 140px;
                   left: 215px;
                   font-style: oblique;
                   text-align: justify;
                  }

        b, strong { font-style: normal;
            font-weight: bold;
            text-decoration: none;
        }

        i, .it  { 
                        font-style: italic;
                        font-weight: normal;
                        text-decoration: none;
        }
 
        img { border: 0px; } 
         
        li {
             margin-left: 5em;
             }

              .roomy {
                    position: static;
                    page-break-inside: avoid;
                    }
  

        
        #phone1  {
                   width: 250px ;
                   height: 185px;
                   background-color: #81bef7 ;
                   text-align: justify;
                  }

     
        div div div { padding: 10px; }
