/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 14px;
	color: navy;
	background-color: #99ccff;
}
H2
{
	font-size: 22px;
	color: yellow;
	font-family: Fantasy, Cursive, Serif;
	text-align: center;
}
H3
{
	font-size: 18px;
	color: yellow;
	font-family: Fantasy, Cursive, Serif;
	text-align: center;
}
P 
{
	font-size: 14px;
}

FORM
{
	font-size: 14px;
}
TD
{
	font-size: 14px;
}
.XMLTitle
{
	background-color: lightgrey;
	font-size: 10pt;
}
.XMLDesc
{
	font-size: 10pt;
	color: black;
	border-bottom: navy thin solid;
	background-color: lightgrey;
}