/*
 *	base.css
 *
 *	This file defines the basic styles for the site.
 *	The main content should use these styles except
 *	in special cases.
 *	In other words, this file should style the elements as they should
 *	look in the main content area.
 */


/*
 *	Required style defs
 */
body
{
	/* recommended styles */

	/* add custom styles here */
	font-family: georgia;
}

h1
{
	/* recommended styles */

	/* add custom styles here */
	font-size: 200%;
}

h2
{
	/* recommended styles */

	/* add custom styles here */
	font-size: 160%;
}

h3
{
	/* recommended styles */

	/* add custom styles here */
	font-size: 130%;
}

a
{}
a:link
{color: #ab0635;}
a:visited
{}
a:hover
{}
a:active
{}

p
{
	/* recommended styles */

	/* add custom styles here */
	padding-bottom: 1em;
}

ul
{
	/* recommended styles */
	list-style: disc outside;
	margin-left: 2em;

	/* add custom styles here */
	padding-bottom: 1em;
}
ol
{
	/* recommended styles */
	list-style: decimal outside;
	margin-left: 2.5em;

	/* add custom styles here */
	padding-bottom: 1em;
}

hr{}

div {}

li {}

input {}

select {}

/* reset.css removes this */
strong
{
	font-weight: bold;
}

/* reset.css removes this */
em
{
	font-style: italic;
}


/*
 *	Optional style defs
 *
 *	These are elements that should be specified
 *	for a more complete style sheet.
abbr
acronym
button
 */
table
{
	/* recommended styles */

	/* add custom styles here */
	/*background-color: #eee;*/
}
caption
{
	/* recommended styles */

	/* add custom styles here */
	font-weight: bold;
	background-color: #888;
}
th
{
	/* recommended styles */

	/* add custom styles here */
	font-weight: bold;
}
td
{
	/* recommended styles */

	/* add custom styles here */
	/*border: 1px solid #888;*/
}
blockquote
{
	/* recommended styles */

	/* add custom styles here */
	padding-left: 2em;
}
cite
{
	/* recommended styles */
	font-style: italic;

	/* add custom styles here */
}
code
{
	/* recommended styles */
	white-space: pre;

	/* add custom styles here */
}
/*
dd
h4
h5
h6
...
 */
