* {
    font-family: Arial;
    vertical-align: top;
}

input{
	text-align: center;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
}

td {
    padding: 0px;
}

th {
    padding: 0px;
}

body {
	margin : 0px 0px;
    background-color: #CCCCFF;
}

html, body {
	height: 100%;
	width:  100%;
}

input {
    font-size: 10px;
}

td {
	font-size: 12px;
}