body {
background-color:#ADD6FF;
}

#pinakas {
width:30%;
height:53%;
padding:0;
font-family: "Comic Sans MS", cursive, sans-serif;
}
#pinakas th{
background-color:#00CCCC;
font-size: 130%;
}
#pinakas td {
text-align:center;
background-color:#E2E2E2;
color:#005B5B;
font-size: 120%;
}

#input {
	
	border: 1px solid #005B5B;
	font-size:86%;
}

#button {
	background-color: #009B9B;
	color: white;
	font-size:90%;
	font-family: "Comic Sans MS", cursive, sans-serif;
}

#button:hover {
	background-color: #3C0095;
}

#select {
	color: #4A4A4A;
	font-size:86%;
	font-family: "Comic Sans MS", cursive, sans-serif;
	border: 1px solid #4A4A4A;
}

.error {
color: #FF0000;
font-size: 80%;
}

#date {
	color:#414141;
	text-align:right;
	font-size:110%;
	font-weight: bold;
}