body, th, td, input {
	font-family: verdana;
	font-size: 18px;
}
table, th, td {
   border: 1px solid black;
   border-collapse: collapse;
}
td, th { 
    padding: 10px;
}
td { 
    text-align: right;
}
.answer {
	background-color: yellow;
	color: red;
}