/**************************
*   sw_study.css
*   Michael Dell
*   10/30/2009
**************************/

      body
      {
        background-color: black;
        color: white;
        text-align: center;
      }

      h1, h2
      {
        font-family: Verdana, Helvetica, Arial, sans-serif;
      }

      table
      {
        background-color: transparent;
      }

      th
      {
        background-color: #666666;
        border: solid #333333 3px;
      }

      td
      {
        padding: 10px;
        border: solid transparent 3px;
      }

      td.filmstrip
      {
        padding: 0;
      }

      td.desc
      {
        padding: 10px;
        background-color: #666666;
        border: solid #333333 3px;
        text-align: left;
        vertical-align: top;
      }

      td.lowernav
      {
        font-size: larger;
      }

      div.filmpic
      {
        margin: 5px 0;
      }

      .news
      {
        color: yellow;
      }

      a
      {
        color: #cccc00;
      }

      a:visited
      {
        color: #ccffff;
      }

      td a
      {
        color: white;
        text-decoration: none;
      }

      td a:visited
      {
        color: #999999;
        text-decoration: none;
      }

      a img
      {
        border: none;
        text-decoration: none;
      }