
/*The body font face will be arial, 12 point, color black, with 12 point vertical line spacing. 
 this will be for all data. background image  will be (0033F.GIF). */
 body 	{font-size: 12pt;
 		font-family: "arial";
		color: black;
		background: URL(image/0033F.gif);
		line-height:15pt}
			
/* main name header font 40 pt family rockwell xtra bold, color 33ccff.style italic*/
td.name	{font-size: 40pt;
	font-family: "rockwell xtra bold";
	color: #33ccff;
	font-style: italic;}
	
/*Welcome, font 30pt, family script mt bold, color black.*/
td.wel	{font-size: 30pt;
	font-family:"rockwell xtra bold";
	color:black;}
/*formerly text*/
td.for	{font-size:12pt;
	font-family:arial;
	color:#cc00ff;}
	
/*description of products, font 15pt, family broadway, color 33cc33*/
td.des	{font-size:15pt;
	font-family:"times new roman";
	color:#33cc33;
	font-weight:bold;
	font-style:italic;}
/*no cd's*/
td.cd	{font-size:12pt;
	font-family: "Lucida Calligraphy";
	font-weight:bold;
	color:red;}
/*catalogue*/
div.text	{font-size: 12pt;
	font-family: "times new roman";
	font-weight: bold;}	
	
div.text2	{font-size: 8pt;
	font-family: "times new roman";
	font-weight: bold;}	

span.text	{font-size:9pt;
	font-family:"Comic Sans MS";}

/*page links*/
td.links	{font-size: 15pt;
	font-family:"times new roman";
	font-weight:bold;}

/*make links blue, active links gray, visited links maroon. decoration underlined*/
a	{text-decoration: underline;}
a:link	{color: BLUE;}
a:visited	{color: maroon;}	
a:active	{color: gray;}

/*Matcham computers limited style sheet for page by. All text is Comic Sans MS*/

span.pgby1	{font-family: "Comic Sans MS";
		font-size: 9pt;
		color:	green;}

span.pgby2	{font-family: "Comic Sans MS";
		font-size: 12pt;
		color:	magenta;}
		
span.pgby3	{font-family: "Comic Sans MS";
		font-size: 9pt;
		color:	red;}
		
span.pgby4	{font-family:	"Comic Sans MS";
		font-size:  12pt;
		color:	navy;}
		
span.pgby5	{font-family:	"Comic Sans MS";
		font-size:	9pt;
		color:	blue;}
		
span.pgby6	{font-family:	"Comic Sans MS";
		font-size:	9pt;
		color:	black;}
		
span.pgby7	{font-family:	"Comic Sans MS";
		font-size:	9pt;	
		color:	purple;}
		
		
		