        body {
        background-color: white;
        font-family: tahoma, sans-serif;
        font-size: 10pt;
        }

        h1, h3, h4 {
            font-family: tahoma, sans-serif;
            
            text-align: center;
            }

        h1 {
           font-size: 180%;
           }

        h2 {
           text-align: right;
           font-size: 140%;
           }
        
        h3 {
           font-size: 120%
           }
           
        P {
        color: black;
        }



        
        #main {
            background: white;
            padding: 15px;
            width: 1000px;           
            margin: auto;
            /* border: 1px solid black; */
            position: relative;
            }
        
        #header {
            /* border: 1px solid black; */
            text-align: center;                         
            margin: 10px;
            padding: 10px;
            }

        #nav-menu {
            /* border: 1px solid black; */
            background: white;
            background-position: top right;
            width: 150px;          
            padding: 15px 15px 15px 15px;
            margin-right: 15px;
            text-align: left;
            float: left;
            }
                      
        #sidebox {
            /* border: 1px solid black; */
            color: black;
            background: white;
            width: 150px;
            margin-left: 10px;
            margin-bottom: 10px;
            padding: 5px 5px 5px 5px;
            text-align: left;
            float: right;
            }

        #marqueecontainer{
 
            width: 200px; /*marquee width */
            height: 200px; /*marquee height */
            background-color: white;
            overflow: hidden;
            border: 1px solid blue;
            padding: 5px;
            padding-left: 5px;
            float: right;
            }
            
        #content {
            /* border: 1px solid black; */
            background-color: white;
            padding: 5px;
            font-family: trebuchet, sans-serif;
            margin-left: 200px;
            margin-right: 100px;
            margin-bottom: 25px;
            }
            
         #footer {
            
            font-size: 8pt;
            text-align: center;          
            padding: 5px;
           margin-bottom: 10px;
            position: bottom;
            }