/* BODY elements */

BODY
{
	background: url(http://www.investment-basics-online.com/image-files/bckgrd.png) repeat fixed;
	margin: 5px 0px 5px 0px;
}


/* Font elements */

BODY, TD, P
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #013;
	line-height: 140%;
}


/* Navbar div */

#Layer1
{
	position: absolute;
	width: 130px;
	z-index: 1;
	top: 140px;
}


/* LIST elements */

LI
{
	margin-bottom: 8px;
}


/* H elements */

H1, H2, H3, H4
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #148;
	line-height: 120%;
}

H1
{
	font-size: 19pt;
	margin: 10px 0px 25px 0px;
	text-align: center;
}

H2
{
	font-size: 16pt;
	margin: 25px 0px 20px 0px;
	border-bottom: 2px dotted #CC0000;
}

H3
{
	font-size: 13pt;

}

H4
{
	font-size: 10pt;
}


/* link alterations */

A:link
{
	color: #003399;
}
A:visited
{
	color: #003399;
}
A:active
{
	color: #003399;
}
A:hover
{
	color: #CC0000;
}

