<style>
table {
        width: 100%;
        border-collapse: collapse;
	font-family: monospace, Arial, "Times New Roman", Times, serif;
}

table, td, th, p {
        border: 1px solid black;
        padding: 2px solid black;
	border: 1px solid black;
	background-color: #ffffff;
	font-family: monospace, Arial, "Times New Roman", Times, serif;
}

tr:hover {
        background-color: #ffff99;
	font-family: monospace, Arial, "Times New Roman", Times, serif;
}

</style>

