/* PRINT CSS 
Use this stylesheet to override styles that are giving you problems when printing. 
Ex if you want some text to be larger or smaller, to have different colors or a border, just redefine that aspect for that ID or class in this document
*/

#text_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}