  .title { font-family: Arial,Helvetica,sans-serif;
    color: rgb(255, 153, 0);
    font-weight: normal;
    font-style: normal;
    font-size: xx-large;
    }
  .subtitle { font-family: Arial,Helvetica,sans-serif;
    color: rgb(255, 153, 0);
    font-weight: normal;
    font-style: normal;
    font-size: large;
    }
  .subsubtitle { font-family: Arial,Helvetica,sans-serif;
    color: rgb(255, 153, 0);
    font-weight: normal;
    font-style: normal;
    font-size: normal;
    }

  .italico { font-family: Arial,Helvetica,sans-serif;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: italic;
    font-size: small;
    }
  .italicr{ font-family: Arial,Helvetica,sans-serif;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: italic;
    font-size: normal;
    }
  .norma { font-family: Arial,Helvetica,sans-serif;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
    font-size: normal;
    }
  a {text-decoration: none}
  a:link {color: #FFFFFF}
  a:visited {color: #FFFFFF}
  a:hover {color: rgb(153,153,102)}
  a:active {color: rgb(153,153,102)}
  body {color: rgb(204, 204, 204);
    background-color: #586eb7;
    }

#main{
      position:absolute;
      width: 800px;
      left:50px;
      top:50px;
      height:700px;
      font-family: 'Arial';
	  font-size: 14px;
      text-align: justify;
}

