         a:link	{ color: #FFFFFF; text-decoration: none; outline: none; font-weight: bold; }
         a:visited	{ color: #FFFFFF; text-decoration: none; outline: none; font-weight: bold;}
         a:hover	{ color: #FFFFFF; text-decoration: underline; outline: none; font-weight: bold;}
         a:active	{ color: #FFFFFF; text-decoration: none; outline: none; font-weight: bold;}
         body {
            background-color: #FFFFFF;
            font-family: "Segoe UI", verdana, arial, helvetica, sans-serif;
            font-size: 16px;
            margin: 10px;
         }
         
         .botbox-white {
            width: auto;
            margin: auto;
            height: auto;
            min-height: 600px;
            max-width: 97%;
            line-height: normal;
            color: #FFFFFF;
            background-image: url(images/bg-3.jpg);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            border: 2px solid #fc79f7;
            background-color: #785b8b;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            -webkit-box-shadow: 8px 8px 8px 0px #606060;
            -moz-box-shadow: 8px 8px 8px 0px #606060;
            box-shadow: 8px 8px 8px 0px #606060;
            border-radius: 4px;
            text-shadow: 4px 4px 4px black;            
         }
         hr {
            border: 1px solid #d865f5;
         }
         p {
            margin-top: 0px;
            margin-bottom: 0px;
            margin-left: 20px;
         }
         .largetext {
         font-size: 300%;
         font-weight: bold;
         font-style: italic;
         }
         .currentpage {
           color: #0ea8e6;
           font-weight: bold;
         }
         .italicbold {
         font-size: 100%;
         font-weight: bold;
         font-style: italic;         
         }
         .textcolors {
            position: absolute;
            top: 0%;
            left: 40%;
            font-size: 28px;
            font-weight: bold;
            background: linear-gradient(to right, #0aa5e9,
                    #c263ea, #0aa5e9, #c263ea);
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
        }
        .leftframe { style="width: 80%" }
        .rightframe { styly="width: 20%" }