/* handheld screen styles */        
        
        body  {  margin: 12px 5% 5px;
                color: #000000; 
                background: #fffffa;
                text-align: justify;
                 }

        a:link  {
              font-weight  : bold;
              text-decoration: none;
              color: #cc0000;
              background: #ffffff;
              }

        a:visited  {
              font-weight  : bold;
              text-decoration: none;
              color: #330099;
              background: #ffffff;
              }

        a:hover  {
              font-weight  : bold;
              text-decoration: underline;
              color: #ff6600;
              background: transparent;
              }

        a:active  {
              font-weight  : bold;
              text-decoration: none;
              color: #ff9900;
              background: white;
              }

        body  {
        font-family:  Verdana, Gillsans /* http://www.killersites.com */, 
        Palatino, sans-serif;
        }

         p, div, ul  {
        font-family:  Verdana, Gillsans /* http://www.killersites.com */, 
        Palatino, sans-serif;
        }
 
        h1, h2  { font-family:  Helvetica, sans-serif;
               text-align: center;
               background-color: white;
               font-size: 110%;
        }

        h1 { color: red; 
             font-variant: small-caps;
        }

        h2, .cms { color: blue; }
        
        .text { color: red; 
	        font-style: italic
	        }
	
	        
        img { border: 0px; } 
         
        li {
             margin-left: 10px;
             }

        p.email, .hide, .roomy, #side, #phones img, #phone2, #phone3
        
        { display: none;}

        #topper { height: 25px; position: fixed; top: -13px;}

        
        div div div { padding: 40px; }

