@charset "ISO-8859-1";

a:link, a:visited {
	text-decoration: none;
	color: #003b59;
}

a:hover {
	text-decoration: underline;
	color: #003b59;
}

body {
	font-family: Arial;
	font-size: 14px;
}

h1 {
	font-size: 24px;
	text-transform: none;
}

table {
	table-layout: auto;
}

td.link {
	padding: 5px;
}
