/* proCMS standard stylesheet for content elements */ /* font elements */ body, div, td, span, form, p { font-family : Verdana; font-size : 11px; color : #1D201A; } h1 { font-family : trebuchet ms,Tahoma; font-size : 20px; color : #71835B; font-weight : bold; margin-bottom:5px; } p { margin-bottom:7px; } /* link elements */ a { color : #71835B; font-weight : normal; text-decoration : none; } a:hover { text-decoration:underline; } /* horizontal rule */ hr { margin : 0px; padding : 0px; border : 0px; height : 0px; border-bottom : 1px solid #4E5743; width : 100%; }