body, table {
  font:10pt Verdana, Arial, Sans-Serif;
  color:#333;
  cursor:default;
  }

a, a:visited, a:active, a:link {
  color:#4b8dc3;
  }

a:hover {
  color:#2fb0e7;
  }

h1,h2,h3,h4,h5,h6,p,ul,ol {
  margin:0;
  padding:0 0 20px;
  }

h1,h2,h3,h4,h5,h6 {
  color:#6074a8;

  }

h1 {
  font-weight:100;
  font-size:18pt;
  }

h2 {
  font-size:15pt;
  font-weight:100;
  }

h3 {
  font-size:13pt;
  font-weight:100;
  }

h4 {
  font-size:11pt;
  }

h5 {
  font-size:10pt;
  }

h6 {
  font-size:8pt;
  }

ol {
  padding-left:35px;
  }

ul {
  padding-left:15px;
  }

li {
  padding:0 0 8px;
  margin:0;
  }

ul li {
  list-style-type:none;
  background:url(bulleta.png) no-repeat 0px 4px;
  padding-left:20px;
  }

hr {
  padding:0;
  margin:0 0 20px;
  border:none;
  color:#ccc;
  background:#ccc;
  }

hr, div.clear {
  width:100%;
  height:1px;
  overflow:hidden;
  clear:both;
  }

em {
  color:#888;
  }

abbr {
  border-bottom:1px dotted #aaa;
  }