* {
	margin: 0;
}
html, body {
	background-color: white;
	height: 100%;
	color: #333;
	font-family: Verdana;
	font-size: 15px;
}

input
{
border: 2px solid #f98a07;
background-color: #f99a2c;
font-weight: bold;
color: #ed661d;
}

a:link {COLOR: #cf4b31; text-decoration: none; FONT-FAMILY: Verdana; font-size: 14px; font-weight: bold;}
a:visited {COLOR: #cf4b31; text-decoration: none; FONT-FAMILY: Verdana; font-size: 14px; font-weight: bold;}
a:hover {COLOR: #cf3213; text-decoration: none; FONT-FAMILY: Verdana; font-size: 14px; font-weight: bold;}

/* background-image: url(footer.png); and color: white;*/
#footer{
height: 26px; width: 100%; color: #e97f45; background-repeat: repeat; position: fixed; bottom: 5px; font-family: Verdana; margin-left: auto; margin-right: auto; text-align: center;
}

img
{
border: none;
background: none;
}

a{
font-weight: bold;
text-decoration: none;
}

a:active
{
outline: none;
}

a:focus
{
outline-style: none;
}

image:active
{
outline: none;
}
image:focus
{
outline-style: none;
}

input:active
{
outline: none;
}
input:focus
{
outline-style: none;
}
