

// SPAN tags:
//
// <SPAN class="X" id="y">???</SPAN>
//
//	all.y {color: #444444; }
//	#tag 
//	{
//		font-weight:	bold; 
//		include-source:	url("x.htm");
//	}
.header_title
{
	background-color:	#B0FFFF;	
/* #D5D5D5; */
/* #80FFFF; */
	color: 			red;
	font-weight: 		bold;
	font-size: 		180%;
}

.bread_crums
{
	color:			red;
/*	background-color:	#E0FFFF; */
	font-size: 		90%;
}	/*** .bread_crums ***/

.bread_crums:link
{
	color: purple;

}	/*** .bread_crums:link ***/

.bread_crums:visited
{
	color: red;
}	/*** .bread_crums:visited ***/

.bread_crums:active
{
	color: yellow;
}	/*** .bread_crums:active ***/

.navigation_header
{
	background-color:	#E0FFFF;
/* #D5D5D5; */
	color: 			red;
}

.navigation_footer
{
	background-color:	#E0FFFF;
	color: 			red;
}

.page_footer
{
	background-color:	#E0FFFF;
	color: 			red;
}


.icon
{
	/*
	background-color:	black;
	*/
	color: 			red;
	font-family: 		monospace;
	/*
	font-size: 		120%;
	*/
	font-weight: 		bold;
	text-decoration: 	blink;
}

pre
{
	color: 			black;
	font-family: 		monospace;
	font-size: 		90%;
/*
	font-weight: 		bold;
*/

}

.comment
{
	color: 			red;
	font-family: 		monospace;
/*	font-size: 		70%;*/
	font-weight: 		bold;

}



li
{
	margin-bottom:		10;
}

.debug
{
	color: 			green;
	font-size: 		0px;
	font-family: 		monospace;
	/*
	background-color:	silver;
	*/
	visibility:		hidden;
}	/*** .debug ***/


.x_version_no
{
	color: 			red;
	font-family: 		monospace;
	font-weight: 		bold;
}

.x_date
{
	color: 			green;
	font-family: 		monospace;
	font-weight: 		bold;
}
.x_no_of_records
{
	color: 			blue;
	font-family: 		monospace;
	font-weight: 		bold;
}



.q
{
	font-size: 		200%;
	font-weight: 		bold;
	padding-top:		10px ;
}


.q:first-letter
{
	font-size:		250%;
}

.a
{
	font-size: 		140%;
	font-weight: 		bold;
//	padding-top:		100px ;
//	padding-bottom:		100px ;
}


dt
{
	font-weight: 		bold;
	padding-top:		10px ;
	padding-bottom:		10px ;
}

dd
{
	font-weight: 		normal;
	padding-top:		10px ;
	padding-bottom:		10px ;
}

/*** End of File *****************************************************/
