div.suspended { /* change the font color to white */ color: white; font: bold 24px/27px arial; padding: 0 27px 0 0; width: 244px; float: left; margin:0; } .suspendedquotebrace { /*make the background black color*/ background: url("http://pics.cssbakery.com/pics/closingbrace300.png") no-repeat scroll 100% 100% black; padding: 15px; /*round corners of the background for Firefox*/ -moz-border-radius: 10px; border-radius: 10px; } div.suspended blockquote { margin: 0; padding: 0; padding-bottom: 25px; padding-right: 10px; text-align: left; line-height: 1.1em; } /*bump the font size 1px up*/ div.suspended span { color: #999999; display: block; font: 11px/12px arial; padding: 18px 0 0; } div.article { margin-left: auto; margin-right: auto; width: 570px; } div.article p { margin: 0; padding: 0 24px 19px 186px; color: #606060; font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; font-size: 13px; line-height: 1.6em; text-align: justify; } .article .related_topics { clear: left; float: left; } .article .related_topics h3 { font-family: Arial,sans-serif; font-size: 12px; font-weight: 400; color: #000000; line-height: 18px; padding: 5px 0 0 0; } .article .related_topics ul { margin: 0; padding: 0; margin-top: 6px; font-family: arial; font-size: 11px; font-weight: bold; color: #004276; text-decoration:none; line-height:14px; } .article .related_topics ul li { list-style-type: none; padding-bottom: 2px; } .article .related_topics ul li a { color: #767676; text-decoration: none; } .article .related_topics ul li a:hover { /*hover color a dark mustard*/ color: #ceaf05; text-decoration: none; }