body {
  color:#333333;
  background-color:white;
  font-family:"Trebuchet MS",sans-serif;
}

a:link {
  color:rgb(153,153,153);
}
a:visited {
  color:rgb(102,102,102);
}
a:active {
  color:rgb(102,102,102);
}

p,ul,ol,li,dl,dt,dd,td,th {
  color:#333333;
  font-family:"Trebuchet MS",sans-serif;
  font-size:11pt;
}

td.layout {
  font-size:1px;
}

h1 {
  color:#333333;
  font-family:"Trebuchet MS",sans-serif;
  font-size:18pt;
  font-weight:bold;
}

h2 {
  color:#333333;
  font-family:"Trebuchet MS",sans-serif;
  font-size:12pt;
  font-weight:bold;
}

.default {
  color:#333333;
  font-family:"Trebuchet MS",sans-serif;
  font-size:11pt;
}

pre {
  color:#333333;
  background-color:rgb(230,230,255);
  padding:4px;
  padding-left:8px;
  margin-left:16px;
  margin-right:16px;
  font-family:Courier,"Courier New",monospace;
  font-size:10pt;
}

img {
  border:0;
}
