/* TroubledTeensPrograms Style Sheet */
table
{
	font-size: 11pt;
	color: 232F32;
}
A.nav
{
	color: FEF2F2;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
A.nav:hover { color: black; }	


A.footer
{
	color: FEfbFe;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

A.footer:hover {color: FEfbFe}

a
{	color: 922C2C; 
	font-size: 12pt;	
}

a:hover { color: 000000; }

h1
{
	color: 30393B;
	font-size: 20pt;
	text-align: center;
}

h2
{
	color: blue;
	font-size:15pt;
	text-align: left;
	text-indent: 10px;
}

p 
{ 
	text-indent: 30px; 
	margin-left: .5cm

}


ul.disc 
{
list-style-type: disc;
margin-left: 2cm;
}