                             /* External Style. */
              body      {
                             background-image:          url("0404phr_dodge_02_z.jpg");
                             background-repeat:         no-repeat;
                             background-color:          #f5f5f5;
                             background-position:       center center;
                             background-attachment:     fixed;
                        }
              hl        {
                             font-size:                 130%;
                             font-family:               "times, verdana, arial";
                        }

              p         {
                             text-align:                center;
                             font-weight:               bold;
                             font-family:               "verdana";
                             margin:                    2cm 5cm 0cm 5cm;
                             color:                     #1C1C1C;
                        } 
              ol        {
                             text-align:                center;
                             margin:                    2cm 5cm 0cm 5cm;
                             color:                     #1C1C1C;
                        }
              address   {
                             text-align:                center;
                             font-family:               "times";
                             margin:                    2cm 5cm 0cm 5cm;
                             color:                     #1C1C1C;
                        }  
              ul        {
                             text-align:                center;
                             margin:                    2cm 5cm 0cm 5cm;
                             color:                     #1C1C1C;
                        } 
                             /* Class associated with a selector? */
              p.first   {
                             color:                     #1c1c1c;
                             font-size:                 150%;
                             font-weight:               bold;
                        }
                             /* Standalone class? */
              .open     {
                             text-align:                right;
                             font-size:                 90%;
                             font-style:                bold;
                             font-family:               "times, verdana, arial";
                             margin:                    2cm 5cm 0cm 5cm
                        }
                                   