<style type="text/css">
	body{
		padding: 10px;
	}
	table {
		border: 1px solid #000000;
	}
	th,td {
		border: 1px solid #000000;
		padding: 1px;
		font-size: 18px;
	}
	option {
	    font-size: 18px;
	}
	.red{
		color : #F44336;
	}
	.green{
		color : #8BC34A;
	}
	.right{
		text-align: right;
	}
	.center{
		text-align: center;
	}
</style>