body  {
	font-family: Times, serif;
	font-size: medium;
	background-color: #FFF0F5;
	color: Maroon;
	font-style: oblique;
}
h1 {
	font-size: 18pt;
}
h2{
	font-size: 14pt;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td {
	font-style: italic;

}


