body {background-color: lightblue;
	color: darkblue;}

h1 {text-align: center;}
h2 {text-align: center;}
h3 {text-align: center;}

a {color: blue;
	text-decoration: none;}
a:active {color: red;}
a:hover {color: red;
	text-decoration: underline;}

.price	{color: #990099;

	text-align=right}

blockquote {margin-left: 10pt;
	margin-right: 2pt;
	margin-top: 1pt;
	margin-bottom: 1pt;
	border-width: 1pt;
	border-style: solid;
	border-color: darkblue;}

hr	{color: darkblue;
	height: 1px;}