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

html {
}
a {
	color:rgb(140,140,140);
	text-decoration:none;
}
a:hover {
	color:rgb(160,160,160);
    	text-decoration:underline;
}


h1 {
	font-size:26px;
	color:rgb(100,100,100);
    font-weight:500;
     padding-left:25px;
}

h2 {
	font-size:14px;
	color:rgb(70,70,70);
    font-weight:400;
     padding-left:14px;
}

h3 {

	font-size:14px;
	color:rgb(70,70,70);
	font-weight:400;
	padding-left:45px;
}

h4 {
    font-size:14px;
    color:rgb(70,70,70);
    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(90,90,90);
    top:0px;
    left:0px;
    right:0px;
    width:100%;
    padding:0px;
    z-index:100;
    overflow:hidden;

}





canvas {


} 