.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: 12px; 
	/* color for text. example:  color: #000000; */
	color: #000000;
	}
.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: #000000;
	}
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: #FFFFFF; /* 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: #0000FF;
	/* font-style -- italic, normal or oblique */
	font-style: italic;
	/* font-weight: bold or normal */
	font-weight: bold;
	}
a: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: #990000; /* color for links. example: #990000; */
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 12px;
	}
a:active 
	{
	/* 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: #990000; /* color for links. example: #990000; */
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 12px;
	}
a:visited
	{
	/* 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: #990000; /* color for links. example: #990000; */
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 12px;
	}
a:hover
	{
	/* 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: #990000; /* color for links. example: #990000; */
	/* font-size...be sure to add px after the number to use pixel measurements */
	font-size: 12px;
	}
.heading
	{
	/* 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: 20px;
	/* font-weight: bold or normal */
	font-weight: bold;
	color: #000000; /*color for the "Design Detail", and "User Info" headings.  example: #000000; */
	}
