html
{
	height: 100%;
	width: 100%;
}

body
{
	background-color: #6B615A;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	color: #F09526;
	font-family: monospace;
}

.error
{
	text-align: center;
	color: #e10000;
	font-size: 16pt;
}

img
{
	border: 0px;
}

A:active  {color:#f1a03d; text-decoration:none; 		font-weight:normal;}
A:visited {color:#f1a03d; text-decoration:none; 		font-weight:normal;}
A:link    {color:#f1a03d; text-decoration:none; 		font-weight:normal;}
A:hover   {color:#F09526; text-decoration:underline;	font-weight:normal;}
