	.one
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: italic;
		color: #ff0000;
		font-weight: normal;
		font-size: small;
	}
	.two
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: italic;
		font-weight: normal;
		font-size: small;
	}
	.three
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		font-style: normal;
		color: Black;
	}
	.four
	{
		font-family: comic sans ms, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: small;
		color: #330066
	}
	.five
	{
		font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: small;
		color: black
	}
	.six
	{
		font-family: georgia,Palatino,serif;
		font-style: normal;
		font-size: small;
		color: #000000;
	}
	.seven:first-letter{
		font-size:200%;
		float:left;
		color:blue;
	}
	.eight:first-line{
		font-size:110%;
		text-transform:uppercase;
		font-weight:bold;
	}
	.nine
	{
		font-family: georgia,Palatino,serif;
		font-style: normal;
		font-size: 12pt;
		color: #800000;
	}

	A: hover{font-weight:bold; color:#ff0000; text-decoration:overline;}