body {
  background-color:#FFFFFF;
	font-family:sans-serif;
	font-size:11px;
	cursor:default;
	color:rgb(80,80,80);
}

html {
        background-color:rgb(255,255,255);
}
a {
	color:rgb(150,150,150);
	font-weight:600;
	text-decoration:none;
}
a:hover {
	color:rgb(100,100,100);
    	text-decoration:underline;
}


h1 {
    text-align:justify;
    width:90%;
	font-size:13px;
	color:rgb(125,125,125);
    font-weight:400;
     padding-left:15px;
    line-height:1.2;
}

h3 {
	font-size:14px;
	color:rgb(135,135,135);
    font-weight:600;
     padding-left:18px;
}

h4 {
	font-size:13px;
	color:rgb(130,130,130);
    font-weight:300;
     padding-left:30px;
}
#content {
margin: 0px 0px 0px 0px;
position: absolute;
   top:0px;
    left:0px;


}
#texto {
    margin: 0px 0px 0px 0px;
    position: absolute;
    font-family:sans-serif;
    font-size:11px;
    color:rgb(130,130,130);
    top:0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    padding:0px;
z-index:20;
    overflow:auto;

}





canvas {


}
