body { /* This defines the default font family, size, and color for the Default style pages */	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";	font-size: 13px;	color: #000000;}a:link { /* This defines the links to all be underlined and the goldenrod color */   text-decoration : underline;    color: #FFCC00;   background-color: transparent; }a:visited { /* This defines the visited link color */   text-decoration : underline;   color: #CC9900;   background-color: transparent; }td { /* All TD tags will have the default font specifications, this assures no text is left out */	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";	font-size: 13px;	color: #000000;}p { /* All P tags will have the default font specifications, this assures no text is left out */	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";    font-size: 13px;}h1 { 	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";	font-size: 16px;	}h2 {	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";	font-size: 23px;	}h3 {	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";	font-size: 18px;	}h4 {	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";	font-size: 16px;	}h5 {	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";	font-size: 14px;	}.footer { /* This is the default style footer for all pages. Goldenrod links */	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";	font-size: 12px;	color: #FFCC00;}.copyright { /* The default tiny white copyright info at the bottom of pages */	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";	font-size: 9px;	color: #FFFFFF;}.create_bodytext { /* This style is used on the Create page and variations to specify the basic bodytext */	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";	font-size: 14px;	font-weight: bold;}.create_steps { /* This style is used on the Create page and variations to specify the Steps */	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";	font-size: 18px;	font-weight: bold;	color: #003;}.create_headings { /* This style is used on the Create page and variations to specify the headings for each section, follows the Steps */	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";	font-size: 17px;	font-weight: bold;	color: #333366;}.ref_tag { /* The style that is used on the HTML Reference guide pages for the large Tag at the beginning of each page */    font-family: "Arial", "Verdana", "Helvetica", "sans-serif";	font-size: 22px;	font-weight: bold;}.ref_description { /*  The style that is used on the HTML Reference guide pages on all the Title for each area such as, Description, Example code, and Result */    font-family: "Arial", "Verdana", "Helvetica", "sans-serif";	font-size: 19px;	font-weight: normal;}.ref_attribute { /*  The style that is used on the HTML Reference guide pages under the Attributes section, mainly to set the attribute text color */    font-family: "Arial", "Verdana", "Helvetica", "sans-serif";	color: #FF0000;}.small   { /*  The style that is used in place of -1 font size throughout */ font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px}.medium  { /*  The style that is used in place of +1 font size throughout */ font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px}.large  { /*  The style that is used in place of +2 font size throughout */  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px}.extrasmall  { /*  The style that is used in place of -2 font size throughout */  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9px}.faq_answer { /* The "A" in the answer for the FAQ page */ color: red;}.webpromo_enginetitles  { /*  The style that is used on the Webpromo section for Search Engine titles */  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color: red;}.butt {    font: bold 14px verdana, arial, sans-serif;    color: #FFF;    background-color: #090;    padding: 2px;}
