BODY {background-color: #DDDDFF;}

a:link {
	text-decoration: none;
}
a:visited {
	color: purple;
	text-decoration: none;
}
h1 {
	color: red;
	font-size: 12pt;
	font-family: Arial;
}
h2 {
	color: blue;
	font-size: 16pt;
	font-family: Arial;
	font-style: italic;
}
h3 {
	color: #0F00A0;
	font-size: 12pt;
	font-family: Arial;
}
p {
	color: #220099;
	font-size: 10pt;
	font-family: Arial;
}