/* Class Exercise 2 Style Sheet */

body
{
  background-color: #CCCCFF;
  padding: 50px;
}


.headingStyle
{
  font-family: Arial, sans-serif;
  color: #660000;
}

.textStyle
{
  font-family: Arial, sans-serif;
  color: #666666;
  font-size: 1.4em;
  text-align: justify;
  line-height: 1.5;
  border: 3px ridge #AAAAAA;
  padding: 20px;
}

ul
{
  list-style-type: circle;
}