                  
                      H1
                        {
                            Color: RGB(45,200,250);
                            Font-Weight: Bold;
                            Font-Size: 32pt;
                            Font-family:Arial,Helvetica,Serif;
                        }
                      P

                        {
                            Color: #FFFF00;
                            Font-Weight: Normal;
                            Font-Size: 14pt
                            Font-variant:small-caps;
                        }

                      .Font1
                  
                        {
                            Color: Green;
                            Font-Weight: Italic;
                            Font-Size: 16pt;
                        }


                      #Indention
                        {
                            Margin-Left:25pt;
                            Color: yellow;
                            Font-Weight: Bold;
                            Font-Size: 12pt;
                        }


                      .Textwrap
                        {
                            float: right;
                            margin-left: 20px;
                            border-width: 10px; 
                            border-style: ridge;
                            border-color: blue;

                        }

                      .ParagraphBackground 

                        {
                            background-color: #AFF9CC;
                            padding: 20px; 
                            border-top: 10px #159648 Dotted;
                            border-bottom: 20px #159648 Dashed;
                        }


                             