/* $Id: sysadminday.css,v 1.10 2000/12/01 04:26:20 hanibi Exp $ */

body {
/*	background: white; */
/*	background: #ffffcc */
	color: black;
	margin-left: 3%;
	margin-right: 3%;
}

h1 {
}

h2 {
}

h3 {
	background-color: #ddffdd;
	width: 80%
}

p {
	text-indent: 1em;
}

p.noindent {
	text-indent: 0em;
}

p.center {
	text-align: center;
}

p.copyright {
	text-align: right;
	font-size: small;
}

p.navigator {
	text-align: right;
	font-size: small;
}

p.linuxconf {
	font-weight: bold;
	color: red;
}

dl {
	margin-left: 3%;
}

dd {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

ul li {
	padding-bottom: 0.3em;
}

/* as of now, @import has not impremented in NN4 nor IE3-4 */
@import url(local.css)

/* EOF */
