
/*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;}
	
/*formerly text*/
td.for	{font-size:12pt;
	font-family:arial;
	color:#cc00ff;}		
/*header one for catalogue index*/
h1.cat	{font-size:	30pt;
	font-family: "broadway";
	color:	blue;}
/*header two, page name, 40 pt family times new roman, color black.*/
h2.page	{font-size:  30pt;
	font-family: "times new roman";
	color: black;}
/*Header three, albums listed text, 15pt, family times new roman, color #cc3366.*/
h3.alb	{font-size:15pt;
	font-family:"times new roman";
	color:#cc3366;}
/*make links black, active links gray, visited links maroon. decoration underlined*/
a	{text-decoration: underline;}
a:link	{color: BLUE;}
a:visited	{color: maroon;}	
a:active	{color: gray;}
/*alpha links and grading*/
div.alpha	{font-size: 15pt;
	font-family: "times new roman";}
/*prices do not include*/
div.price	{FONT-SIZE: 15PT;
	FONT-FAMILY: "FRANKLIN GOTHIC DEMI";
	COLOR: FUCHSIA;}
/*alpha designate in list*/
div.list	{FONT-SIZE: 15PT;
	FONT-FAMILY: "ARIAL BLACK";}
/*text in info page*/
div.text	{font-size: 12pt;
	font-family: "times new roman";
	font-weight: bold;}
/*preformated text list*/	
pre.text	{font-size: 9pt;
	font-family: "arial";
	color: black;}
/*table data catalogue index*/
td.cat	{font-size:12pt;
	font-family: "Broadway";
	color:black;}	
/*table data find?*/
td.find	{font-size:12pt;
	font-family: "times new roman";}
/*table data cat index*/
tr.cadx	{font-size:12pt;
	font-family: "times new roman";
	color:  black;}
/*frame logo name */
h1.logo	{font-size:25pt;
	font-family:"rockwell xtra bold";
	color: red;}	
/*frame logo catagory */
h2.pgname	{font-size:15pt;
	font-family:"times new roman";
	color:black;}
/*coding for rare notice */
p.rare	{font-size:15pt;
	font-family:"times new roman";
	color:#9966ff;}

/*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;}
		
		
		