/* Default CSS Stylesheet for a new Web Application project */


.button
{
	font-weight:normal;
	border-style: solid;
	font-family: Verdana;
	font-size: xx-small;
	border-width: 1px;
	border-color: #808080;
	height: 16px;
}
H1
{
	font-weight:normal;
	font-style:italic;
	font-size:16px;
	margin:0px;
}

H2
{
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	margin:0px;
}

h3
{
	font-weight:bold;
	font-size:12px;
	margin:0px;
}


H4
{
	font-weight:normal;
	font-size:12px;
	margin:0px;
}

H5
{
	font-weight:normal;
	font-size:12px;
	margin:0px;
}
