/* Regular body text */
 .body 		{font-size: 10pt;
			font-weight: normal;
			font-family: "Comic Sans MS", "Arial", "Helvetica", "sans-serif"}

/* Title (Largest) text */
.title 		{font-size: 12pt;
			font-weight: normal;
			font-family: "Arial Black", "Arial", "Helvetica", "sans-serif"; color: #003300}

/* Subtitle (smaller) text */
.subtitle 	{font-size: 10pt;
			font-weight: normal;
			font-family: "Arial Black", Arial, Helvetica, sans-serif; color: #003300}

/* Navigation Buttons */
.navbutton 	{font-size: 10pt;
			font-weight: bold;
			font-family: "Arial", "Helvetica", "sans-serif"}

/* English/Spanish version */
.version 	{font-size: 10pt;
			font-weight: normal;
			font-family: "Comic Sans MS", "Arial", "Helvetica", "sans-serif"}

/* links at bottom of page */
.links 		{font-size: 10pt;
			font-weight: normal;
			font-family: "Arial", "Helvetica", "sans-serif"}

/* copyright info */
.copy		{font-size: 10pt;
			font-weight: normal;
			font-family: "Arial", "Helvetica", "sans-serif"}

/* unvisited links */
A:link		{color: #993300; text-decoration: none ; font-weight: bold}

/* visited links */
A:visited	{color: #006600; text-decoration: none ; font-weight: bold}		

/* active links */
A:active 	{color: #FF3300; text-decoration: none ; font-weight: bold}		

/* hover links */
A:hover		{color: #993300; text-decoration: underline ; font-weight: bold}	

