/**
 * Richard Kern 2010
 * Site-wide CSS 
 */


/**
 * You can create styles for the components you add to pages. You can configure a few basic
 * styles such as a border, a background color, and a foreground color using the Properties
 * panel in the Page Editor. To create arbitrary styles, you use this Stylesheet interface. Styles
 * specified in this interface are automatically included in every page you edit.
 *
 * To learn more about Cascading Stylesheets (CSS) please visit http://www.w3.org/Style/CSS/
 */


body {background: white; font-family:Helvetica, Arial, Verdana, sans-serif;}

.Nav2 td {font-size: 9px;} 

.RichText {font-size: 10px;}

.NodeName {font-size:20px;}
