/* proCMS standard stylesheet for content elements */ /* font elements */ body, div, td, span, form, p { font-family : Tahoma; font-size : 11px; line-height : 17px; color : #0E2D55; } h1, h2 { font-family : Tahoma; } h1 { font-size : 20px; color : #0B2B54; font-weight : bold; line-height : 25px; } h2 { font-size : 15px; color : #0B2B54; font-weight : bold; line-height : 18px; } /* link elements */ a { color : #0B2B54; text-decoration : none; border-bottom : 1px solid Blue; } a:hover { border-bottom : 1px solid #0E2D55; } /* horizontal rule */ hr { line-height : auto; color : #3A6CAF; height : 1px; width : 100%; }