/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family: Calibri, Tahoma;
	font-size: smaller;
	margin: 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	font-family: Calibri, Verdana;
	font-size: large;
}
A:link
{
	text-decoration: none;
	color: #333399;
	text-align: left;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: underline;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #333399;
}

