
/* DIV FOR BOX EXCLOSING MANDALA */
   DIV.supersymlarge  {position: absolute;
                        top: 60px; height: 660px; width:660px; 
                        visibility: visible;
                        padding-top: 0%;
                        background-color: inherit;
                        border: 3px none orange}

/* DIV TYPES FOR BUTTONS */
   DIV.buttleft     {font-size: 16px;
                     top: 600px; height: 20px; 
                     left: 10%; right: 80%; width: 10%}
   DIV.buttright    {font-size: 16px;
                     top: 600px; height: 20px; 
                     left: 80%; right: 10%; width: 10%}

/* DIV TYPE FOR BOX ENCLOSING MANDALA CAPTION */
   DIV.supersymcap  {top: 720px; height: 40px; width: 600px; 
                    left: 20%; right: 20%; width: 60%}

/* BOLD ITALICS, DEFAULT FOR CAPTIONS */
   P.blurbtex    {font-size: 14px;   
                  font-style: italic;
                  letter-spacing: 1px; 
                  line-height: 1.4; 
                  text-decoration: none}

/* DIV TYPES FOR BLURBS */
   DIV.blurbleft   {top: 220px; width: 24%; right: 72%}
   DIV.blurbright  {top: 220px; width: 24%; left: 72%}


