body {
   font-size:12pt;
   font-family:Arial,Helvetica,sans-serif;
   background: black url('cubeicons/red2.jpg') no-repeat;
   background-position: top right;
}

.content {
   width: 700px;
   color: white;
   margin: 0 auto;
   border-bottom: thin solid white;
   margin-bottom: 20px;
 }

 p {
   padding: 2px;
   margin: 0;
 }

 p#announcement {
  line-height: 120%;
  padding: 10px;
  text-align: center;
 }
 p#announcement a {
  color: white;
 }


 p#announcement_yellow {
  color: yellow;
  line-height: 120%;
  padding: 10px;
  text-align: center;
 }
 p#announcement_yellow a {
  color: yellow;
 }

 h1, h1 a {
   font-size:18pt;
   color: white;
   text-align: center;
   margin: 0 0 0px 0;
   padding-top: 11px;
   padding-bottom: 11px;
 }

 h1.header {
   background-color: black;
   background-image: url('line.jpg');
   background-repeat: repeat-x;
   padding-top: 15px;
 }

 h2 {
  margin: 10px 0 10px 0;
  font-size: 16pt;
  font-weight: bolder;
  color: black;
 }

 h1.cubelogo {
   background: transparent url('cubeicons/header_bg.png') no-repeat 506px 0;
   padding: 0;
   border: 1px solid black;
   height: 129px;
   margin: 0;
}

h1.cubelogo a {
   background: transparent url('cubeicons/cube_bw_chinese_hand_header_trans.gif') no-repeat scroll ;
   float: left;
   margin: 0;
   padding: 0;
   height: 130px;
   width: 510px;
   border: 0;
   text-indent: -9999px;
   overflow: hidden;
}

p.cubelogo a img {
   border: 0;

}
 
 .body {
   background-color: white;
   margin: 0;
   padding: 9px 9px 0 9px;
   color: #0033FF;
 }
 
 .body p {
   padding: 5px 2px 5px 2px;
  }

 .footer a {
    color: white;
    text-decoration: none;
  }
  .center {
    text-align: center;
  }

p.footer {
  font-size: 18pt;
  font-weight: bold;
  padding: 5px 2px 5px 0;
}

/* ------ index */
table.index {
   width: 700px;
   background-color: #aa0707;
   color: white;
   font-size:16pt;
   font-family:Georgia,sans-serif;
   margin: 0 auto;
   table-layout:fixed;
   border-collapse:collapse;
   border-spacing:2px;
   text-indent:0;
   margin: 0;
line-height: 13pt;
}

table.index a {
  font-size:12pt;
  color: white;
  padding-left: 8px;
  text-decoration: none;
}

table.index a:hover {
 text-decoration: underline;
}

table.index td {
vertical-align: top;
padding: 0 3px 0px 3px;
}
table.index td.centre_column {
 background-color: #4b0707;
 color: white;
 padding-bottom: 8px;
}
table.index td.centre_column a {
 color: white;
}
table.index img#randimg {
 width: 700px;
 border-top: 2px black solid;
 margin: 0 0 -1px -3px;
}
h1#index_header {
   margin: 0;
   padding: 25px 0 25px 0;
   font-family:Georgia,sans-serif;
   font-weight: normal;
}
/* ------  */

