/* regular html */

BODY	{	color: #FFFFFF; 
		font-size: 9pt;
		font-style: normal;
		font-family: Verdana, Tahoma, Arial;
	}

P	{	color: #FFFFFF; 
		font-size: 9pt;
		font-style: normal;
		font-family: Verdana, Tahoma, Arial;
	}

/* links */

a:link		{	text-decoration: none;
		}
a:visited	{	text-decoration: none;
		}
a:hover		{	text-decoration: underline;
		}
a:active	{	text-decoration: none;
		}

/* class modifiers */

.linknormal	{	color: #BE41FF;
			font-style: normal;
			font-weight: bold;
			text-decoration: underline;
		}

.justified	{	text-align: justify;
		}
