/**************************
*   sw_internal.css
*   Michael Dell
*   09/23/2009
**************************/

      body
      {
        background-color: #666666;
        color: white;
        text-align: center;
      }

      h1
      {
        font-size: 110%;
      }

      a
      {
        padding: 10px;
      }

      a img
      {
        text-decoration: none;
        border: none;
      }