hi,
body {color: #000; background-color: #fff; margin: 0; padding: 0;}
here general text color (color:#000)
table td {padding: 0; border-width: 0; vertical-align: top; font-family: Verdana, Arial, Helvetica, sans-serif;}
here, font for table td (font-family)
a {color: #666; text-decoration: none; font-weight: bold; background-color: transparent;}
a:hover {color: #ff6600;}
here text color for hyperlink text
li { margin-left: 2px; color: #2F5376;}
text color for list
.itemHead {padding: 3px; background-color: #2F5376; color: #fff;}
.itemInfo {text-align: right; padding: 3px; background-color: #efefef}
.itemTitle a {font-size: 130%; font-weight: bold; font-variant: small-caps; color: #fff; background-color: transparent;}
text color for content (ex : news module)
th {background-color: #2F5376; color: #fff; padding : 2px; vertical-align : middle; font-family: Verdana, Arial, Helvetica, sans-serif;}
text color and font for table head
td#leftcolumn th {background-color: #2F5376; color: #fff; vertical-align: middle;}
text color for table head in left column
td#leftcolumn div.blockTitle {padding: 3px; background-color: #ddd; color: #639ACE; font-weight: bold;}
td#leftcolumn div.blockContent {padding: 3px; line-height: 120%; line-height: 120%;}
text color for block title in left column
#centercolumn th {background-color: #2F5376; color: #fff; vertical-align: middle;}
text color for table head in center column
#centerCcolumn .blockTitle, #bottomCcolumn .blockTitle {padding: 3px; color: #639ACE; font-weight: bold; margin-top: 0px; margin-right: 0px; margin-left: 0px;}
text color for block title in center center block
#centerLcolumn .blockTitle, #bottomLcolumn .blockTitle, #centerRcolumn .blockTitle, #bottomRcolumn .blockTitle {
padding: 3px; color: #639ACE; font-weight: bold; margin-top: 0px;
}
text color for block title in center left and center right block
td#rightcolumn th {background-color: #2F5376; color: #fff; vertical-align: middle;}
text color for table head in right column
td#rightcolumn div.blockTitle {padding: 3px; background-color: #ddd; color: #639ACE; font-weight: bold;}
text color in block title for right column
td#mainmenu a:hover {background-color: #fff;}
text color for mainmenu block (but under "hover")
td#usermenu a:hover {background-color: #fff;}
text color for usermenu block (but under "hover")
div.xoopsCode { background: #fff; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px; height: 200px; overflow: auto;}
div.xoopsQuote { background: #fff; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}
text color and font family for "code" and "quote"
.comUserStat {font-size: 10px; color: #2F5376; font-weight:bold; border: 1px solid #c0c0c0; background-color: #fff; margin: 2px; padding: 2px;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #2F5376; font-weight:bold; font-size: 10px;}
divers text color for content (ex : module newbb/cbb)
@++