/* CSS Document */
h1       {
color: red;
background-color: yellow;
          }

body      {
background-color: silver;
          }
html{
font-family: Arial;
          }
p         {
          text-align: center;
          }
h2        {
color: blue;
          }
ul        {
list-style-type:circle;
          } 
           
ol        {
list-style-type: upper-roman;
           }