html {
    background-color: #333333;
    margin-top: 0px;
}
gonder {
    background-image:url(input-bg.jpg)
	}
body {
    background-color: #333333;
    margin-top: 0px;
    font-family: Verdana;
	font:bold;
	color:#8f8f8f;
    font-size: 12px;
}
input {
    font-size: 12px;
    background-image:url(input-bg.jpg);
    border:solid 1px #949494;
	color:#0066CC;
	font:bold;
}
#size {
    width: 4em;
}
#submit {
    font-size: 20px;
    background-color: #FF0000;
    color: #FFFFFF;
    border: 3px solid #000;
}
.footer {
	font-size: 10px;
}
a:link {
	color: #CCFF33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCFF33;
}
a:hover {
	text-decoration: none;
	color: CCFF33;
}
a:active {
	text-decoration: none;
	color: CCFF33;
}
