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:13px;
	color:rgb(75,75,75);
    font-weight:300;
     padding-left:15px;
}

h3 {

	font-size:12px;
	color:rgb(50,50,50);
    font-weight:700;
     padding-left:45px;
}

h4 {
	font-size:13px;
	color:rgb(90,90,90);
    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%;
    height:100%;
    padding:0px;
z-index:20;
    overflow:auto;

}





canvas {


} 