/* Default CSS Stylesheet for a new Web Application project */
H2
{
	font-weight: bold;
	font-size: medium;
	word-spacing: normal;
	text-transform: capitalize;
	width: 189px;
	color: #0000ff;
	font-style: italic;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
	position: relative;
	background-color: #ffff66;
	text-align: center;
	text-decoration: underline;
}	
H3
{
	font-weight: bold;
	font-size: x-small;
	left: 5px;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
	position: relative;
	text-decoration: none;
}
H6
{
	font-weight: bold;
	font-size: smaller;
	left: 3px;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
	position: relative;
	text-decoration: none;
}
