/*
ckstyle.css---cascading style sheet used in Chris's website.
Chris K. Young <ckstyle@software.hedgee.com>, August 1999.
$Id: ckstyle.css,v 1.19 2005/07/14 10:40:52 cky Exp $

This work is placed in the public domain, and I abandon all copyright
interest in it.  Do with it what you will.
*/

@import url("pre-font-inherit");
@import url("smiley");

body {
	background-color: white;
	color: black;
}

a {
	color: green;
}
a img {
	border-style: none;	/* no border, thanks */
}

p {
	text-align: justify;
	text-indent: 20pt;	/* using the plain TeX \parindent */
	margin: 0;
}

h1 {
	font-style: italic;
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}

dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}

.centred {
	text-align: center;
}

.middle {
	vertical-align: middle;
}

.dir {
	text-align: left;
	color: silver;
	background-color: black;
	font-family: monospace;
}
.dir a {
	color: white;
	text-decoration: none;
}

.menu, .inlinemenu {
	text-align: center;
	background-color: #eeeeee;
}
.menu a, .inlinemenu a {
	color: red;
	text-decoration: none;
}

.footer {
	text-align: left;
	font-style: italic;
}
.footer a {
	color: blue;
	text-decoration: none;
}

.note {
	font-style: italic;
	color: red;
}

.caps {
	font-variant: small-caps;
}

.floatimg {
	float: right;
	margin: 0.5em;
}

/*
Negate the \parindent and \parskip changes introduced with the default
paragraph style for all the paragraph styles that aren't used with
normal text.
*/
.centred, .dir, .menu, .footer {
	text-indent: 0;
	margin: 1.33em 0;
	width: auto;
}

li p, dd p, form p {
	text-indent: 0;
	margin: 1.33em 0;
}

/* Hopefully 36em is a good readable width for normal text.  */
p, dl, ol, ul {
	width: 36em;
}

li, dd {
	text-align: justify;
}

table p, table dl, table ol, table ul, dl p, ol p, ul p, blockquote p {
	width: auto;
}

blockquote {
	margin: 1em 3em;
	text-align: justify;
	width: 30em;
}
