body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

td {
	font-size: 12px;
}

.sqltable {
	border: 1px solid black;
	border-collapse: collapse;
}

.sqltable th {
	font-size: 10px;
	background-color: #CCCCCC;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.sqltable th a {
	text-decoration: none;
	color: black;
}

.sqltable td {
	border: 1px solid black;
	vertical-align: top;
}

.sqltable tr.odd {
	background-color: #DDDDDD;
}