
body, div, p, blockquote, ol, ul, dl, li {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
    color : #000080;
    margin: 0px;
    padding: 8px;
}

/*   The header class is used for titles on the PHP Links pages */
.header {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #000080;
	text-align: center;
}

/*   The subheader class is used for subtitles on the PHP Links pages */
.subheader {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #000080;
	text-align: center;
}

/*   The subber class is used for the output line "Other Important Links" 
     separating Partner links and Non-Partner links when the links pages are created  */
.subber {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000080;	
	text-align: left;
}

/*    The error class is used for error messages such as incorrect input      */
.error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight : bold;
        font-style: italic;
        font-size : 10pt;
}

/*  The content class is the main body text used everywhere   */
.content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
}

/*  The links class is the one for links on the category page   */
.links {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
}

/*  The helpcontent class is for the text of help windows   */
.helpcontent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000080;
	font-size : 10pt;
}

/*   The helpheader class is used for titles on the help pages */
.helpheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033CC;
	font-weight : bold;
    font-size : 12pt;
}

/*  The contenthead class is the same as content, except that it has a background color.
    This is used for the header line on the main table on the cpindex.php main display table,
	and on the table background for the Email form, and for the backgrounds of the tables
	in the Add Link section. And for the header line on the table in the Create Links Pages.
	And for the backgound color of the form on the Configure Categories page.
	And on the main Configure page form itself */
.contenthead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #A0A2FE;
	font-size : 10pt;
}

/*  The contentbody class is the background color of the main table
    on the cpindex.php main display table          */
.contentbody {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size : 10pt;
}

/*    The contentsmall class is the same as content, except it's small text.
      It's used for the message under the Delete Links button on the main display page  */
.contentsmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 8pt;
}

/*   The fixed class is used wherever a fixed-font is needed on a form input field,
     plus it has a background color for the form.  It's used on the Select page form */
.fixed {
	font-family: "Courier New";
	color: #000000;
	background-color: #C0C0C0;
	font-size : 10pt;
}

/*   The partner class may be used on your Partner links. */
.partner {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight : bold;
    font-size : 12pt;
}
