body {
    background-color: #E5E5E5;
    color: #000000;
	font-family: sans-serif;
    margin: 0 auto;
}

a:link, a:active, a:visited {
    color: #0000FF; 
    text-decoration: underline;
}

a:hover {
    color: #FFFFFF;
}

input {
    font-size: 15px;
}

h1, iframe {
    padding: 0;
    margin: 0;
}

#size {
    width: 4em;
}

#submit {
    font-size: 15px;
    color: #000000;
    border: 1px solid #000;
}

/* FOOTER */

.footer {
	font: 10px arial, helvetica, sans-serif;
	text-align: center;
}