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