/**********************************************************************
 *
 *				Set the default settings
 *
 * Having torn down the css, this section builds it up again.
 *
 * In this section I have put all the settings for a default state
 *
 * Best left alone, all we're doing here is building everything back
 * up into the absolute minimum that makes sense.
 *
 * Change core.css to set your own preferences
 *
 * Change demo.css to set up your own basic site
 *
 * Change site.css to set changes just on the site
 *
 *********************************************************************/
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p, th, td, form,
fieldset, input, textarea, blockquote
{
	font-family					:	Arial, Verdana, Tahoma, Sans-Serif;
	color						:	#009;
}
/****************************
 *		Text Styles
 ****************************/
p
{
	margin-top					:	1em;
	margin-bottom				:	1em;
	padding-left				:	1em;
	padding-right				:	1em;
	text-align					:	justify;
	line-height					:	130%;
}
cite
{
	text-align					:	justify;
	line-height					:	145%;
	font-style					:	italic;
	font-weight					:	bold;
	color						:	#000;
}
h1, h2, h3, h4, h5, h6
{
	font-weight					:	bold;
	text-align					:	center;
	padding-left				:	1em;
	padding-right				:	1em;
}
a
{
	color						:	#00f;
}
a:visited
{
	color						:	#00c;
}
/****************************
 *		Text sizes
 ****************************/
h1		{	font-size			:	250%;}
h2		{	font-size			:	150%;}
h3		{	font-size			:	120%;}
h4		{	font-size			:	100%;}
h5		{	font-size			:	80%;}
h6		{	font-size			:	70%;}

p		{	font-size			:	80%;}
.quote	{	font-size			:	80%;}
button	{	font-size			:	80%;}

ul
{
	list-style					:	disc outside;
	font-size					:	80%;
	margin-left					:	30px;
	margin-right				:	10px;
}
ol
{
	list-style					:	decimal outside;
	font-size					:	80%;
	margin-left					:	2em;
	margin-right				:	10px;
}

ul li, ol li
{
	text-align					:	justify;
}
pre
{
	background-color			:	#ccf;
	margin						:	10px;
	padding						:	10px;
	border						:	1px solid #000;
	font-size					:	10pt;
}
