body {
    font-size: 12pt;
    color: blue;
    background-color: black;
}
table {
	border: #000000 2px solid;
	background-color: lime;
	float: Right;
	margin-right: 10px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
ul {
    font-size: 20pt;
    color: Red;
}	