/* proCMS standard stylesheet for content elements */ /* font elements */ body, div, td, span, form, p { font-family : Verdana; font-size : 11px; color : #000000; line-height:18px; } h1, h2 { font-family : Tahoma; } h1 { font-size : 20px; color : #7F7F7F; font-weight : bold; } h2 { font-size : 16px; color : #2A3B2F; font-weight : bold; line-height : 18px; } /* link elements */ a { color : #5E0000; font-weight : bold; text-decoration : none; } a:hover { text-decoration:underline; } /* horizontal rule */ hr { margin : 0px; padding : 0px; border : 0px; height : 1px; color:#5E0000; width : 100%; }