h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 padding-left: 15px;
 color:#0099CC;
}

h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
}

BODY {
margin: 0;
}

A {
   color:#0099CC;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}
A:visited {
  color: #000000;
  text-decoration: underline;
}
A:active {
  color: #000000;
  text-decoration: underline;
}

.texto {

 padding-left: 15px;
}