a, a:hover, a:link, a:visited {
	color : #0000ff;
	text-decoration : underline;
}

a:active {
	color : #ff0000;
}

body {
	font-family : "Courier New", Sans-Serif;
}

h1 {
	height : 60px;
}

img {
	border-width : 0;
	max-height : 100%;
	max-width : 100%;
}

table {
	width : 100%;
}

tbody td, th {
	height : 15pt;
	text-align : left;
}

tfoot td {
	text-align : center;
}