body
	{
	background-color: ivory;
	font-size: 10pt;
	color: maroon;
	line-height: 12pt;
	margin-left: 20px;
	margin-right: 20px;
	}
h1
	{
	font-size: 20pt;
	color: deeppink;
	margin: 18px;
	margin: 12px;
	background: wheat;
	}
h2
	{
	font-size: 16pt;
	color: royalblue;
	margin: 20pt;
	}
h3
	{
	font-size: 10pt;
	color: maroon;
	}
a:link,a:visited,a:hover
	{
	font-size: 16pt;
	text-decoration: none;
	}
a:link,a:visited
	{
	color: royalblue;
	}
a:hover
	{
	color: lime;
	}
.center
	{
	text-align: center;
	}
.right
	{
	text-align: right;
	}
em
	{
	text-decolation: italic;
	color: purple;
	}
