@import url('main.css');

body
{
	/* need to set background-color, Netscape 6 for the Macintosh defaults to gray */
	background-color: #fffff8;
/*	font-family: Arial, Verdana, fixedsys, "ms sans serif", "Times New Roman", Garamond; */
/*	font-family: Times, "Times New Roman", Arial, helvetica, fixedsys, Monospace, "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, sans-serif, "Times New Roman", Garamond;
*/
/*
	font-size: 14pt;
*/
	padding: 0;		/* set padding. Opera's default padding <> 0 */
	margin: 0;
}

.contentcolumn
{
	max-width: 38em;
}

.pagename
{
	background-color: transparent;
}

p, pre, li, b, div, .pagename
{
/*
	font-family: Arial, Verdana, Times, "Times New Roman", Helvetica, Fixedsys, "Century Gothic", Gautami, "ms sans serif", sans-serif;
*/
}

.bigger
{
	font-size: 120%;
}

h1, h2, h3, h4
{
	text-align: center;
}

h3
{
/*
	font-size: 110%;
*/
}
