.ruled-table th {
  text-align: left;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}

.ruled-table td {
  border-bottom: 1px solid #eee;
}

.style1 {
	color: #e9b901;
	font-weight: bold;
        font-size: large;
}

.style2 {
        font-weight: normal;
}

.style3 {
        color: #FF0000;
        font-size: x-large;
        font-weight: bold;
}