/* Page layout styles and advanced styles that break in older browsers */
@import url('advanced.css');

body
{
	margin: 0;
	padding: 0;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;

	color: #2CE;
	background: black url('../images/page_bkg.gif') 0 -168px no-repeat;
}

/* Page content styles */

h2, h3, h4	{ margin-bottom: 0; font-weight: normal; }
h2			{ color: #256; font-size: 3em; }
h3			{ color: #367; font-size: 2em; border-bottom: 1px solid #134; margin-top: 1em; }
h4			{ color: #478; font-size: 1.5em; margin-top: 1em; }
h3 em		{ color: #589; font-style: normal; }

#content p	{ margin-top: 0; }
#content h2,
#content h3	{ margin-left: -44px; }

ul			{ list-style: square; }
ul, ol		{ margin-top: 0; }

a:link, a:visited	{ color: #49A; font-weight: bold; text-decoration: none; }
a:visited			{ color: #389; }
a:hover, a:active	{ color: white; }
