1,393
edits
| mNo edit summary | mNo edit summary | ||
| Line 9: | Line 9: | ||
| body { | body { | ||
|    background-color: #7f7f7f; |    background-color: #7f7f7f; | ||
| } | |||
| .firstHeading { | |||
|   position: relative; | |||
|   left: -3px; | |||
|   top: 20px; | |||
|   margin-top: 0px; | |||
|   width: 100%; | |||
|   clear: both; | |||
|   padding: 23px 0px 10px 3px; /*top padding so page title doesn't overlay bar*/ | |||
|   background-color: transparent; | |||
|   color: #532900; | |||
|   font-family: Verdana; | |||
|   font-weight: bold; | |||
|   /* font-size: 1.5em; */ | |||
|   text-align: left; | |||
|   border: none; | |||
| } | } | ||