<TITLE>CSS - Style Sheet 1</TITLE>
<STYLE TYPE="text/css">




H1 { font-size: x-large; color: red }
H2 { font-size: large; color: blue }
HR   { width: 65%  }


LI  { 
color: BLUE;
line-height: 140%
}


UL   { list-style: url(graphics/LI-skull.gif) square  }

/*  disc | circle | square | none   */



BODY      { 
background-image: url(../graphics/backgrnds/grad2.jpeg)
 }


P          { 
color: #3E119E;
margin: 1em 1em;  
text-indent: 2em;  
font-family: Times, serif; 
font-style: italic; 
font-weight: bold; 
font-size: large;
 }

CITE    {
color: #6633FF
  }

</STYLE>
