body {
	background: #CAE1FF;
	color: black;
	font-family: georgia;
	text-decoration: none;
}

hr {
	border-top: solid;
	color: "#cae1ff";
	width: 700;
}

a:link {
	color: blue;
	text-decoration: none;
	margin-left: 0;
}

a:visited {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

img {
	border: none;
}

.smallprint {
	font-size: smaller;
}
