		/* This is my 8crazycats Content Stylesheet*/

	
	.first
		{
			font-family:		times;
			font-size:			16pt;
			font-weight:		bold;
			color:				#3399cc;
			text-align:			center;
			margin-left:		30%;
			margin-right:		0%;
		}

	.second
		{
			font-family:		ariel;
			font-size:			14pt;
			font-weight:		bold;
			color:				#3399cc;
			text-align:			left;
			margin-left:		5%;
			margin-right:		0%;
		}

	.third
		{
			font-family:		times;
			font-size:			12pt;
			font-weight:		bold;
			color:				#3399cc;
			text-align:			center;
			margin-left:		20%;
			margin-right:		10%;
		}
		
	.fourth
		{
			font-family:		times;
			font-size:			10pt;
			font-weight:		bold;
			color:				#3399cc;
			text-align:			center;
			margin-left:		0%;
			margin-right:		0%;
		}
		
	.fifth
		{
			font-family:		times;
			font-size:			12pt;
			font-weight:		bold;
			color:				#3399cc;
			text-align:			center;
			margin-left:		0%;
			margin-right:		0%;
		}
		
	.sixth
		{
			font-family:		times;
			font-size:			10pt;
			font-weight:		bold;
			color:				#3399cc;
			text-align:			center;
			margin-left:		0%;
			margin-right:		0%;
		}
		
	.seventh
		{
			font-family:		times;
			font-size:			12pt;
			font-weight:		bold;
			color:				#ff0000;
			text-align:			center;
			margin-left:		0%;
			margin-right:		0%;
		}
		
	.eighth
		{
			font-family:		times;
			font-size:			10pt;
			font-weight:		bold;
			color:				#ff00ee;
			text-align:			left;
			margin-left:		5%;
			margin-right:		0%;
		}
		
	.ninth
		{
			font-family:		times;
			font-size:			12pt;
			font-weight:		bold;
			color:				#3399cc;
			text-align:			left;
			margin-left:		5%;
			margin-right:		0%;
		}

	a:link	
		{
			color:				#3399cc;
			text-decoration:	none;
		}

a:active
		{	
			color:				#3399cc;

		}


a:visited
		{	color:		#3399cc;

		}

a:hover
		{	
			color:				#c0c0c0;

			text-decoration:	underline;
		}		
		
	
	ul
		{

			font-family:		times;
			font-size:			14pt;
			font-weight:		bold;
			color:				#3399cc;
			text-align:			center;
			margin-left:		0%;
			margin-right:		0%;
			list-style-type: 	square
		}
		
	
