<STYLE TYPE="text/css">

.dummyClass {color:black; text-decoration: none}

/* ===== General Defaults ===== */

/* A default class */
.defaultClass {color:black; text-decoration: none; font-weight:normal; font-style:normal; font-size: 16px; line-height: 18px}

/* replace <B> tag */
.boldClass { font-weight: bold }

/* replace <I> tag */
.italicClass { font-style: italic } 

.fixedFontClass {font-family: monospace}

/* Used to display fixed font Magic Eye Pictures */
.magicEyeClass {font-family: monospace; font-size: 14pt; font-weight: bold; color: yellow; background-color: blue}

/* put a line through text (same color) */
.mistakeClass {text-decoration:line-through}

/* used to create Line art - e.g. McDonnell Douglass */
.monoAsc {font-family: monospace; color:black; font-size: 8pt; line-height: 6pt}

/* P {.defaultClass} */

/* scroll bars */
body{	
scrollbar-face-color: 	ffffcc;
scrollbar-track-color:	ffffcc;	
scrollbar-highlight-color: 	ffffcc;	
scrollbar-shadow-color: 	ffffcc;
scrollbar-3dlight-color: 	cc9900;
scrollbar-darkshadow-color:	cc9900;
scrollbar-arrow-color: 	cc9900;
}

/* ===== More Specific Stuff ===== */

/* Comments from the Joker */
.jokerClass {color:#3399ee; text-decoration: none; font-family: fantasy, sans-serif}

/* Small purple text for tips links */
.tipsClass {font-size: 8pt; color: purple; text-decoration: none}

/* A text color which will be difficult to read on pchmnt.jpg background */
.hiddenPchmtClass {color: #FAF2C8}

/* colors for computer/user conversations */
.userClass     {color:blue}
.computerClass {color:black}
.printerClass  {color:fuchsia; font-family:monospace}

/* colors for multi-person conversations */
.personAclass {color:fuchsia}
.personBclass {color:blue}
.personCclass {color:green}
.personDclass {color:red}
.personEclass {color:purple}
.personFclass {color:brown}

/* colors for paragraph headers */
.pHdrClass {color:green}

/* colors for acknowledgements */
.ackClass {color:green}

/* colors for quotes */
.quoteClass {color:green}

/* colors for paragraph headers */
.pseudoHdrClass {color:black; text-decoration: bold; font-size: 18px; line-height: 32px}

/* something yucky */
.halloweenClass {color:green}

/* important notice */
.nbClass	{color: red; background: white}

</STYLE>