a:link     {color:green}
a:visited  {color:blue; text-decoration: none}
a:hover    {color:red}
a:active   {color:green}

body {Margin-Left: 120;}
body {font-family: Arial; font-size: 10pt; color: black;}
body {background-image: url(./images/background_fill.jpg);}


#slide {Position: Absolute;
        width: 110;
        left: 5;
        Top: 5;
        Visibility: Visible;
       }


#print_page {position: absolute;
             left: 10px;
             top: 10px;
             height: 777px; width: 750px;
             background-color: cyan;
             }

            
#text-block {position: absolute;
            left: 20px; top: 235px;
            height: 400px; width: 400px;
            background-color: white;
            }


#top-left  {position: fixed;
            top: 0px; left: 0px; 
            background-color: yellow;
            }


#top-right {position: absolute;
            top: 235px; right: 50px; 
            background-color: yellow;
            }


div.container {
              width: 100%;
              margin: 1px;
              border: 2px solid navy;
              line-height: 150%;
              background-color:transparent;
              }


div.logo {
          float:left;
          width:100%;
          color:white;
          background-color:Navy;
          clear:left;
          }


div.header {
            width: 100%;
            float:left;
            padding:0.5em;
            color:white;
            background-color:navy;
            }


div.credits {
            width:100%;
            float:none;
            padding:0.5em;
            color:white;
            font-family: Arial; font-size: 7pt;
            }
            
div.footer {
            width:100%;
            float:none;
            padding:0.5em;
            color:white;
            background-color:navy;
            font-family: Arial; font-size: 7pt;
            text-align: center;
            }


div.left {
          float:left;
          width:180px;
          margin:0;
          padding:1em;
          }


div.content {
             margin-left:190px;
             border-left:1px solid green;
             padding:1em;
             }