/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 16, 2021, 8:22:08 PM
    Author     : josepht
*/

body {
	position:absolute;
	background:#000000;
	color:#FFFFFF;
	margin:0px;
	padding:5px;
	width:100%;
	height:100%;
	border:0px solid #88FF55;
	box-sizing:border-box;	
}

