     body         {
          margin: 50px;
          background: olive;
          font-size: 1.1em;
   }
     p            {
          color: green;
          font-size:1.25em;
          width:500px;padding:10px;
          filter:glow(color=green,strength=7)
   }

                               /*=====sample1=====車種に使用=====*/
     table.sample1         {
          width: 550px;
          background-color: aqua;
          color: maroon;
          font-size: 1.1em;
   }
     table.sample1,th           {
          padding: 20px;
          width: 200px;
          height: auto;
          border: 1px solid blue;
          padding: 10px;
          text-align: center;
   }
     table.sample1,td           {
          padding: 20px;
          width: 400px;
          height: auto;
          border: ;
          padding: 10px;
          font-size: 1.1em;
          text-align: right;
   }
                               /*=====sample2=====車歴に使用=====*/

     table.sample2         {
          width: 900px;
          background-color: #bc8f8f;
          color: teal;
          font-size: 1.1em;
   }
     table.sample2,th           {
          padding: 20px;
          width: 250px;
          height: auto;
          border: 1px solid blue;
          padding: 10px;
          text-align: center;
          font-size: 1.1em;
   }
     table.sample2,td            {
          padding: 20px;
          width: 600px;
          height: auto;
          border: 1px solid blue;
          padding: 10px;
          text-align: left;
          font-size: 1.1em;
   }
                               /*=====sample3======年間走行の記録に使用=====*/
     table.sample3         {
          width: auto;
          background-color: #cc6633;
          color: maroon;
          font-size: 1.1em;
   }
     table.sample3,th           {
          padding: 20px;
          width: auto;
          height: auto;
          border: 1px solid #ccff99;
          padding: 10px;
          text-align: center;
   }
     table.sample3,td           {
          padding: 20px;
          width: auto;
          height: auto;
          border: 1px solid #ccff99;
          padding: 10px;
          font-size: 1.1em;
          text-align: right;
   }
     table.caption              {
          color: lime;
   }
                               /*=====sample4=====ロングドライブに使用=====*/
     table.sample4         {
          width: 800px;
          background-color: navy;
          color: white;
          font-size: 1.1em;
   }
     table.sample4,th           {
          padding: 20px;
          width: ; 200px;
          height: auto;
          border: 1px solid #ccff99;
          padding: 10px;
          text-align: center;
   }
     table.sample4,td           {
          padding: 20px;
          width: 600px;
          height: auto;
          border: 1px solid #ccff99;
          padding: 10px;
          font-size: 1.1em;
          text-align: left;
   }
     table.caption              {
          color: lime;
   }



                             /*=====h=====*/
     h1          {
               color: #009966;
               font-size:36px;
               text-align:left;
               text-decoration:overline underline;
               line-height:2em;
               text-align: center;
               filter:glow(color=green,strength=8)
   }          


     h2   {
               color: green;
               font-size:36px;
               text-align: center;
               text-decoration:overline underline;
               line-height:2em;
   }

     h3   {
               color: gray;
               font-size:36px;
               text-align: center;
               text-decoration:overline underline;
               line-height:2em;
          }

     h4   {
               color:blue;
               font-size:36px;
          }

     h5   {
               color: green;
               font-size:36px;
               text-align: center;
               text-decoration:underline overline;
          }

     h6   {
               color:gray;
               font-size:36px;
          }

.white     {color:white;}
.silver    {color:silver}
.gray      {color:gray;}
.black     {color:black}
.blue      {color:blue}
.aqua      {color:aqua;}
.lime      {color:lime;}
.yellow    {color:yellow;}
.red       {color:red;}
.fuchsia   {color:fuchsia;}
.navy      {color:navy;}
.teal      {color:teal;}
.green     {color:green;}
.olive     {color:olive;}
.maroon    {color:maroon;}
.purple    {color:purple;};

     hr          {
         width: 500px;
         border: 5px;
         color: purple;
   }







