body {
	color: #0080ff;

}

h1,h2,h3,p,ul,ol,dl {
	font-family: Myriad, Avant Garde, Century Gothic, sans-serif;
}

p,ul,ol,dl {
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

h1 {
	background-color: lightcyan;
	color: #6495ed;
	text-decoration: overline underline;
	}

span.strong {
	font-size: larger;
	color: red;
}
