/*
 * The comments below are somewhat repetitive, but I wish to
 * honor the terms as specified by Mr. Buivenga out of respect
 * for his wishes and his fine work, and appreciation for his
 * making these fonts available. By all means visit his
 * web site.
 */

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */

@font-face {
	font-family: Delicious;
	font-variant: normal;
	src: url(Delicious-Roman.otf);
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */

@font-face {
	font-family: Delicious;
	font-style: italic;
	src: url(Delicious-Italic.otf);
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */

@font-face {
	font-family: Delicious;
	font-weight: bold;
	src: url(Delicious-Bold.otf);
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */

@font-face {
	font-family: Delicious;
	font-weight: bold;
	font-style: italic;
	src: url(Delicious-BoldItalic.otf);
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */

/*
@font-face {
	font-family: Delicious;
	font-weight: bolder;
	src: url(Delicious-Heavy.otf);
}
*/

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */

/*
@font-face {
	font-family: Delicious;
	font-variant: small-caps;
	src: url(Delicious-SmallCaps.otf);
}
*/

/*
 * A font from the Apostrophic Laboratories collection of fonts,
 * Alas, they appear to be no more, but the collection can be
 * found on the net.
 */

@font-face {
	font-family: Insula;
	src: url(insula__.ttf);
}

body {
	/* font-family: Verdana, Trebuchet, sans-serif; */
	font-family: Delicious;
}

h1 {
	font-family: Insula;
	font-weight: normal;
	padding-left: 1 em;
	color: #3912bb;
	background-color: #fcccff;
	border: 1px solid black;
}

h2 {
	font-family: Insula;
	font-weight: normal;
	padding-left: 1 em;
	color: #3912bb;
}

h3 {
	color: #3912bb;
	padding-left: 2em;
}

p, form, dl {
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

body > ul {
	margin-left: 1em;
}

ul {
	margin-right: 2em;
}

.rfloat {
	float: right;
}

.lfloat {
	float: left;
}

.links {
	text-align: center;
}


