/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.6 Plugin: WP-Print 2.40										|
|	Copyright (c) 2008 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- CSS Style For Printer Friendly Page	(RTL)									|
|	- wp-content/plugins/wp-print/print-css-rtl.css								|
|																							|
+----------------------------------------------------------------+
*/


Body {
	font-family: Tahoma, Arial, Sans-Serif;
}

pre {
  direction: ltr;
}