/* default td with no class */ td { vertical-align: top; font-size: 12px; padding: 0px; } .bluepink { border-collapse: collapse; border-left: solid rgb(185,185,185) 1px; border-right: solid rgb(185,185,185) 1px; border-bottom: solid rgb(185,185,185) 1px; border-bottom: top rgb(185,185,185) 1px; } .bluepink td,th { background: #E7E7E7; vertical-align: top; font-size: 12px; padding: 4px; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; } .bluepink ol,ul { margin-left: 8px; padding-left: 8px; } .bluepink th{ background: rgb(185,185,185); color: #FFFFFF; font-weight: bold; } .bluepink td.blue{ background: #333399; color: #FFFFFF; font-weight: bold; } .bluepink td{ border-top: 1px solid rgb(185,185,185);; } td.red{ background: #FFCC99; color: #000000; font-weight: bold; } .bluepink td.red a{ color: #000000; font-weight: bold; text-decoration: underline; }