<!--Main -->
<style >
body{
background-color:  #FFFFFF;
}

a:link {color: maroon};
a:visited {color: purple};
a:hover {color: teal};
a:active {color: blue};

a.heading{
text-align:center;
font-family: Verdana;
font-size: 16px;
text-decoration: none;
 }
 
a.left {
text-align: left;
font-family: Verdana, "helvetica", sans-serif;;
font-size: 12px;
text-decoration: none;
 }
 
table{
border-collapse: collapse;
border-width: 1px;
border-color: white;
}

td.left{
background-color:#f5bc96;
color: maroon; 
//text-align: center;
}

td.right{
background-color:#f5bc96;
color: maroon; 
//text-align: center;
}

td.yellow{
background_color:#fff99d; 
text-align: justify;
 color= black; 
 font-family: "Verdana", "helvetica", sans-serif;
 font-size: 14px;
}

td.lavender{
 background-color: #E6E6FA; 
 color= black; 
 font-family: "Verdana", "helvetica", sans-serif;
 font-size: 14px;
}
td.white{
 background-color: #ffffff;
 color= black; 
 font-family: "Verdana", "helvetica", sans-serif;
 font-size: 14px;
}




h1,h2,h3,h4,h5,h6 {
color: maroon;
text-align :center;
font-family: "Verdana", "helvetica", sans-serif;

}

th{
background-color: #f5bc96; 
border-color:#e6e6fa;
color: maroon;
 font-family: "Verdana", "helvetica", sans-serif;

font-size: 14px;
}

p{
 text-align: justify;
 color= black; 
 font-family: "Verdana", "helvetica", sans-serif;
 font-size: 14px;
} 

ul.disc {
list-style-type: disc;
list-style-position: inside

}
li{
text-align: left;
font-family: "Verdana", "helvetica", sans-serif;
font-size: 14px;
}

</style>