legend {
	font-family: arial;
	font-size: 20px;
}

body {
	font: normal 14px arial, sans-serif;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 14px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;  
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    /* Note: Make sure the span's vertical padding (5 + 5) and line-height (14) amount to the total height of the button (24). Using a different padding, means setting a different height.  */
} 

/* CSS for alternating row colors */
tr.alternate {
    background-color: #f2f2f2; /* Light grey background for alternate rows */
}

/* Optional: Style the table header for a distinct look */
tr th {
    background-color: #007BFF; /* blue background */
    color: white; /* White text */
    padding:  8px;
	text-align: left; /* Align text to the left */
}
