
body	{	font		:	12pt;
		font-weight		:	normal;
		font-style		:	normal;
		color			:	white;
		text-decoration	:	none}

header	{	
		color			:	white;
		text-decoration	:	none}
               


b	{	font			:	12pt;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	#ffffff;
		text-decoration	:	none}

strong{	font			:	12pt;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	#FFFFFF;
		text-decoration	:	none}




ul	{	font			:	12pt;
		font-weight		:	normal;
		font-style		:	normal;
		color			:	#00ff00;
		margin			:	0px 14px
	}

li	{	font			:	12pt;
		font-weight		:	normal;
		font-style		:	normal;
		color			:	#003366;
		}

p	{	font			:	12pt;
		font-weight		:	light;
		font-style		:	normal;
		background	:	none}


br	{	font			:	12pt;
		font-weight		:	light;
		font-style		:	normal}

a:link	{	font		:	12pt;
		font-weight		:	bold;
		text-decoration	:	none;
		font-style		:	normal;
		color			:	#00ff00}


a:visited	{font		:	12pt;
		font-weight		:	bold;
		text-decoration	:	none;
		font-style		:	normal;
		color			:	#00ff00}

a:active	{font		:	12pt;
		font-weight		:	bold;
		text-decoration	:	none;
		font-style		:	normal;
		color			:	#00ff00}

A:hover {color: #ff0000}

