/* CSS Document */

body, html {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;

}

h1 {
	font-size:125%;
}

h2 {
	font-size:110%;
	text-decoration:underline;
}
	

div#wrapper {
	margin:5px auto;
	width:960px;
	text-align:left;
}

table#gastable td {
	border:1px solid #777;

}
.station, .reg, .diesel, .datestamp {
	font-weight:bold;
}

td.logo {
	width:60px;
	
}