h1 {font: bold xx-large Arial, Serif; text-align: left; color: white; background-color:blue}
h2 {font: bold x-large  Arial, Serif; text-decoration: underline; text-align: center; color: blue; background-color:rgb(192,192,255)}
h3 {font: bold large    Arial, Serif; text-decoration: underline; text-align: left; color: blue;}
hr {color: blue}
p  {font: medium Arial, Serif;}
p.emphasis   {font:large   Arial, Serif;}
p.descrption {font:medium  Arial, Serif;}
p.copytext   {font:x-small Arial, Serif;}
p.links      {text-align: center; background-color:rgb(192,192,255)}
table.main   {width:80%;}
table.header {width:100%;  background-color:blue;}
table.links  {text-align:center; border-width:thin;
                                 border-color:blue;
                                 border-style:solid; 
                                 background-color:rgb(192,192,255)}
td.links     {border-width:thin;
              border-color:blue;
              border-style:solid}
li           {font:medium  Arial, Serif;}
ul           {list-style-type: none}
ul.new       {list-style-type: circle}
ul.bullet    {list-style-type: circle; list-style-image: url("images/bullet.bmp")}
ul.star      {list-style-type: circle; list-style-image: url("images/star.bmp")}
img          {border-style:solid; border-width:thin; border-color:blue}
img.free     {border-style:solid; border-width:0; border-color:blue}
button       {width:100px;
              font-weight:bold;
              text-align:center;
              color:blue;
              background-color:rgb(192,192,255)}

