        body {
            margin: 0;
            padding: 0;
            background-repeat:no-repeat;
            background-position:left top;
            background-size:cover;
            background-attachment:fixed;
            background-size:100% 100%;
            background-color:darkgray;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #3C3D3F;
        }


        a{
            color:blue;
            text-decoration: none;
            font-size:14pt;
            color:blue;
            cursor:pointer;
            
        }
        
        a:hover{
            color:red;
            background-color:lightgoldenrodyellow;
        }
        
        .videoLink{
            margin-left:100px;
        }
        
        .divLine{
            font-size:10pt;
            font-style: italic;
            text-align:left;
            color:black;
            margin-left:110px;
        }