body {
	background-color: AliceBlue;
	margin-left: 1em;
}

H1 {
	text-align: left;
	border-left: 2em solid DarkRed;
	border-top: thin solid DarkRed;
	background-color: Snow;
	color: Black;
}

H2 {
	text-align: left;
	background-color: DarkSalmon;
}

H3 {
	text-align: left;
	border-bottom: thin solid MidnightBlue;
}	

DT {
	font-weight: bold; 	
	margin-left: 1em;
	background-color: Pink;
}

DD {
}

A:link {
	color: Blue;
}

A:visited {
	color: BlueViolet;
}

A:active {
	color: Red;
}

BLOCKQUOTE {
	font-style: italic;
}

img {
	border-style: none;
}

