body {
  background-color:#49565f; 
  font-family: sans-serif; 
  background-image: url('image/MallFinal.jpg'); 
  background-attachment: fixed; 
  background-repeat: no-repeat;
  background-position: top center}

table {table-layout:fixed}

td {background-color: transparent}
td.body {background-color: transparent;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;}
td.bio_subtable {background-color:transparent}
td.pic {background-color: transparent}
td.bio {background-color:#ffffff;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;}
td.contact {background-color:#e09999;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;}

td.logo {background-color:transparent}
td.links {background-color:#996666}

p.header {
  font-size: 80%;
  padding-right: .25cm;}
p.bio {font-size: 80%}
p.body {background-color:#ffffff;
  padding-left: .5cm;
  padding-top: 1cm;
  padding-right: .5cm;
  padding-bottom: 1cm;}
  
p.links {font-weight: bolder;
  font-variant: small-caps;}

img {border-style: none}