/* proCMS standard stylesheet for content elements */ /* font elements */ body, div, td, span, form, p { font-family : Verdana; font-size : 11px; line-height : 17px; color : #3F3F3F; } p { margin-top:0px; margin-bottom:8px; } h1, h2 { font-family : Tahoma; } h1 { font-size : 20px; color : #007AC2; font-weight : bold; margin-top:0px; margin-bottom:8px; } /* link elements */ a { color : #005B90; text-decoration : none; } a:hover { text-decoration:underline; } /* horizontal rule */ hr { width:100%; height:1px; color:#999999; }