/* Core elements */
body {
  background: #CCCCCC url('/media/img/background.jpg') fixed no-repeat;
  color: #000;
padding: 10px; margin: 0px; font-family: Georgia, Times, serif;
                        font-weight: normal; font-size: 14px; color: #888; line-height: 130%; 
}

hr                      { border: 1px dotted #444; border-style: none none dotted; }
img                     { border: 0px; }

a {
 outline: none;
  color: #6666CC;
}

/* Table elements */
th                      { padding-bottom: 4px; padding-right: 10px; text-align: left; font-size: 13px; }
td                      { padding-bottom: 4px; padding-right: 10px; font-size: 13px; }
tr                      { vertical-align:top; }
table                   { padding: 0px; margin: 0px; border-collapse: collapse; }
.table_list th          { background-color: #a0a0a0; color: #fff; text-align: left; }
.table_list tr          { border-bottom: 1px solid #f0f0f0; }

:w
