body
{
  background-image:url('../images/liero_BG.png');
  background-attachment:fixed;
  color:#000000;
}

a:link, a:visited, a:active
{
	color: #f4f494;
	text-decoration: none;
}
a:hover{
	color:#f4f494;
	text-decoration: underline;
}

body, input, select, textarea, p, hr, td
{
	color:#FFFFFF;
	font-family:"Courier New";
	font-size:12px;
}
textarea, input, select
{
	background-color:#5c2c00;
}

input:-webkit-autofill
{
    background-color:#5c2c00 !important;
    color:#000000;
}