<style >
a:link {color: maroon};
a:visited {color: purple};
a:hover {color: teal};
a:active {color: black};

a.left {
text-align: left;
font-family: Verdana, "helvetica", sans-serif;;
font-size: 14px;
text-decoration: none;
 }
td.left{
background-color: #E3FDFB;
font-family: Verdana, "helvetica", sans-serif;;
font-size: 14px;
color: Navy; 
}
th{
background-color: #E3FDFB; //Levender 
border-color:#E3FDFB;
color: navy;
 font-size: 14px;
}
p{
font-family: Verdana, "helvetica", sans-serif;;
font-size: 14px;
color: Black; 
align: justify;
}
</style>