a:link    { color:blue; }
a:visited { color:#505050; }
a:hover   { color:red; }

p.cmd, a.cmd, p.title {
  font-family:sans-serif;
  color:white;
}

p.cmd, p.title, p.center {
  text-align:center;
}

p.cmd {
  font-size:12;
  font-weight:600;
  margin-top:-50;
}

span.cmd {
  width:97;
}

a.cmd {
  text-decoration:none;
}

a.cmd:link, a.cmd:visited { color:white; }
a.cmd:hover { color:red; }

img.title {
  width:100%; 
  height:50;
}

img.hr {
  width:100%; 
  height:10;
}


img { border:0; }

p.title { 
  font-weight:700;
  font-size:25;
  margin-top:-44;
}

p.shortcut {
  font-size:10;
  font-family:sans-serif;
  color:blue;
  text-align:center;
  margin-bottom:0;
}

td.li {
  text-align:left;
  font-size:10;
  font-family:sans-serif;
  width=33%;
}
td.re {
  text-align:right;
  font-size:10;
  font-family:sans-serif;
  width=33%;
}
td.mi {
  text-align:center;
  font-size:10;
  font-family:sans-serif;
  width=33%;
}
table.footer {
  border:0;
  width:100%;
}