.text  /* this effects most of the text on the site */
	{  
	/* for font-family, choose either of the following:: */
	/* font-family: "Times New Roman", Times, serif; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 14px; 
	/* color for text. example:  color: #000000; */
	color: #020202;
	}
.libraryText  /* this effects the text on the library */
	{  
	/* for font-family, choose either of the following:: */
	/* font-family: "Times New Roman", Times, serif; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 10px; 
	/* color for text. example:  color: #000000; */
	color: #000000;
	}
table  /* this is for normal text inside a table */
	{
	/* for font-family, choose either of the following:: */
	/* font-family: "Times New Roman", Times, serif; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 12px;
	/* color for normal text inside a table. example:  color: #000000; */
	color: #020202;
	}
td.designHeading /* this is for the headings in the body of the Design Details section*/
	{
	/*color: color of the text*/
	color: Black;
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 12px;
	/* font-weight: bold or normal*/
	font-weight: bold;
	}
td.design /*this is for the body of the Design Details section*/
	{
	/*color: color of the text*/
	color: Black;
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 12px;
	/* font-weight: bold or normal*/
	font-weight: bold;
	}
img
	{
	border-color: #000000;
	}
.boxtext /* this is for the text in the heading bars */
	{
	/* for font-family, choose either of the following:: */
	/* font-family: "Times New Roman", Times, serif; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 14px; 
	/* font-weight: bold or normal */
	font-weight: bold;
	color: #020202; /* color for text in heading bars. example: #FFFFFF; */
	text-align: left;
	/* just some padding to make the heading bars look better ... you can ignore this */
	padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px;
	}
.steptext /* this is only used in the "Step 1" text on the AOL instructions page */
	{
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 22px;
	color: #Black;
	/* font-style -- italic, normal or oblique */
	font-style: italic;
	/* font-weight: bold or normal */
	font-weight: bold;
	}
a   /*This changes the style of the links*/
	{
	/* for font-family, choose either of the following:: */
	/* font-family: "Times New Roman", Times, serif; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black; /* color for links. example: #990000; */
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 12px;
	}

a:hover		/*This changes the style of the links when the mouse is over the link*/
	{
	/* for font-family, choose either of the following:: */
	/* font-family: "Times New Roman", Times, serif; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; /* color for links. example: #990000; */
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 12px;
	}
a.edit /*This changes the style of links for the edit.asp page*/
	{
	/* for font-family, choose either of the following:: */
	/* font-family: "Times New Roman", Times, serif; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: blue; /* color for links. example: #990000; */
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 12px;
	}
.heading /* Design Detail heading text */
	{
	/* for font-family, choose either of the following:: */
	/* font-family: "Times New Roman", Times, serif; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 14px;
	/* font-weight: bold or normal */
	font-weight: bold;
	color: #000000; /*color for the "Design Detail", and "User Info" headings.  example: #000000; */
	}
	
	
	
select	/* This changes style of Drop-Downs and Select Boxes for Select Category*/
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 10px;
	/* font-weight: bold or normal */
	font-weight: bold;
	/* color: color for text*/
	color: black;
	/* background: color for the background*/
	background: white;
	/* width: fixed width size*/
	/*width: 200px;*/
	}

