.heading 
{
	margin-left: 9;
	font-size: 115%;
	font-weight: normal;
	color: rgb(90,0,0);
	margin-bottom: 6;
	font-family: Arial;

}

.category
{

	font-weight: normal;
	color: rgb(90,0,0);
	text-align: right;
	font-family: Times new Roman;
	margin-left: 5;
	margin-right: 0;
}


.footer
{

	margin-left: 25; 
	margin-right: 25; 
	margin-bottom:10;

}

.code
{

	font-family: Courier, Courier New;
	fon-size: 8;

}

.footerTable
{

	margin-top: 10;
}

.notesText
{

	margin-bottom: -10;
}

.argsTable
{



}


a 
{ 
	cursor:pointer;
}

a:link
{
	color: rgb(20,120,20); 
	text-decoration: none;
}

a:visited
{
	color: rgb(20,120,20); 
	text-decoration: none;
} 

a:hover
{
	background: rgb(219,239,208);
	color: rgb( 0,0,0);
	text-decoration: none;
}