/* Default CSS Stylesheet for a new Web Application project */

A, A:link, A:visited
{
	color: White;
	text-decoration: none;
}

A:hover
{
    text-decoration: underline;
}
i
{
	font-size: 8pt;
}

.description
{
	text-justify: distribute;
	font-size: 10pt;
	line-height: 10pt;
	text-align: justify;
}

