A:link	{
			text-decoration	:	underline;
			font-weight		:	bold;
			font-family		:	Verdana;
			color			:	#4589D1
		}

A:visited{
			text-decoration	:	underline;
			font-weight		:	bold;
			font-family		:	Verdana;
			color			:	#2755CF
		}

A:hover	{
			text-decoration	:	underline;
			font-weight		:	bold;
			font-family		:	Verdana;
			color			:	#4589D1
		}
		
BODY {
			background : white;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
	 }
p, td {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
}