
html {
  border:0px none;
  width:100%;
  height:100%;
  padding:0px;
  margin:0px;
}

body {
  border:0px none;
  color:#000000;
  background-color:#FFFFFF;
  padding:0px;
  margin-left:40px;
  margin-right:40px;
  margin-top:10px;
  margin-bottom:0px;
  font-family:arial, helvetica, sans-serif;
  font-size:0.9em;
  font-weight:normal;
}

img {
  border:0px none;
  padding:2px;
}

pre, ul, li, table, td, th {
  font-size:100%;
  font-weight:normal;
}

p {
  font-size:90%;
  font-weight:normal;
}

h1 {
  font-size:130%;
  font-weight:bold;
}

h2 {
  font-size:120%;
  font-weight:bold;
}

h3 {
  font-size:105%;
  font-weight:bold;
}

h4 {
  font-size:102%;
  font-weight:normal;
}

a, a:link {
 color:#0000AA;
  font-size:100%;
  font-weight:normal;
  text-decoration:none;
}

a:hover {
  color:#FF0000;
  text-decoration:underline;
  filter:alpha(opacity=80);
  opacity:0.8;
  -moz-opacity:0.8;
}
