/* Global cascading style-sheet definition for Active FoxPro Pages

   The colorizing tags are span. So remember to set a dot for the
   class declaration.
 */

pre {
	background-color: #f9f9f9;
	font-weight: bold;
	padding: 12px;
}

.afpnormal {
}

.afpcomments {
	color: green;
}

.afpkeywords {
	color: blue;
}

.afpliterals {
	color: red;
}

.afpoperators {
}

.afpstrings {
	color: red;
}

.afpvariables {
}


