body    {
        background-color: lightwhite;>
        }
h1      {
        color: #e7286d;
        font-family: "cursive";
        text-align: center;
        font-size: 20px;
        }
h2      {
        color: rgb(133, 0, 0);
        text-align: left;
        font-family: "cursive";
        font-size: 19px;
        }
h3      {
        color: maroon;
        text-align: left;
        font-family: "cursive";
        font-size: 18px;
        }
p       {
        font-family: "Palatino";
        font-size: 17px;
        }
mark    {
        # font-family: "cursive";
        font-family: "Palatino";
        background-color: white;
        color: maroon;
        font-size: 18px;
        }
mark1   {
        font-family: "Palatino";
        background-color: white;
        color: maroon;
        font-size: 20px;
        }
mark2   {
        font-family: "Palatino";
        background-color: white;
        color: red ;
        font-size: 18px;
        }
ul.a    {
        list-style-type: circle;
        }
ul.b    {
        list-style-type: square;
        }
ol.c    {
        list-style-type: upper-roman;
        }
ol.d    {
        list-style-type: lower-alpha;
        }
ol.p 	{
	list-style-type: lower-latin;
	}
ol.q    {
	list-style-type: lower-roman;
	}
table {
        border-collapse: collapse;
        width: 55%;
        }
th, td {
        text-align: left;
        padding: 4px;
        }
tr:nth-child(even)
	{background-color: #f2f2f2
	}
th      {
        background-color: white;
        color: IndianRed;
        }

