a 		{	text-decoration: none;
			color: blue;
		}

a:visited 	{	color: purple;
		}

a:active	{	color: blue;
		}

a:hover 	{	text-decoration: underline;
		}

img 		{	border: 0;
		}

p 		{	text-indent: 10;
			margin-left: 0;
			margin-top: 0;
		}

table 		{	border: 0;
			cellspacing: 0;
			cellpadding: 0;
		}
