
* {
	margin: 0px;
	padding: 0px;
}

canvas{
    margin: 0px;
	padding: 0px;
}

frameRate{   
    color: #ffffff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

div{   
    color: #000000;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    font-size: 25px;
    font-family: Courier, "Courier New", monospace;
}

div.loading-invisible{
    /*make invisible*/
    display:none;
}

  /*this is what we want the div to look like
    when it IS showing*/
div.loading-visible{
    /*make visible*/
    display:block;

    /*position it 200px down the screen*/
    position:absolute;
    top:200px;
    left:0px;
    width:100%;
    text-align:center;

}

a {
    color: #000000;
    text-decoration: none;

}

a:hover{
    text-decoration: line-through;
}

