html {
		font-size: 100%;
		}

body {
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		font-size: 62.5%;
		}
		
body a	{
		color: #fffebb0;
		}
		
body a:hover {
		color: #085f9f;
		}
		
table {
		border-collapse: collapse;
		}
		
th, td {
		border: 1px solid #c9c9c9;
		font-size: 1.1em;
		padding: 4px 4px;
		}
		
caption {
		font-weight: bold;
		font-size: 1.3em;
		text-transform: uppercase;
		padding: 0 0 5px;
		}		
		
th {
		text-align: left;
		}
		
tfoot {
		background-color: #ffffff;
		color: #555555;
		}
		
tfoot td {
		font-size: 1.0em;
		text-align: center;
		}
		
tbody tr.alt td {
		background: #b12c0d;
		}
		
tbody td {
		border-bottom: 1px;
		}		
