/***************************************************************\
| |\  /|                                                We Put  |
| | >< Hypercosm            text_styles.js              3d      |
| |/  \|                                                To Work |
|***************************************************************|
|                                                               |
|        This file defines the text styles used by the          |
|        user interface for labels and lettering.               |
|                                                               |
|***************************************************************|
|                Copyright (c) 2008 Hypercosm, LLC.             |
\***************************************************************/

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	line-height: 18px;
}

.handwritten {
	font-family: 'Comic Sans MS', sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
