.body {
    font-family: 'Courier New', Courier, monospace;
    font-size: large;
	font-weight: bold;
    color: #00ff00;
    background-color: #000000;
}
.bodymobile {
    font-family: 'Courier New', Courier, monospace;
    font-size: xx-large;
	font-weight: bold;
    color: #00ff00;
    background-color: #000000;
}
.divfixed{
	position: fixed;
}
.divinfo{
	position: fixed;
	text-align: left;
}
.divcopyright{
	position: fixed;
    font-size: small;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
    color: #00ff00;
}
.divcopyrightmobile{
	position: fixed;
    font-size: large;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
    color: #00ff00;
}