body {
	font-family: Arial, sans-serif;
	font-size: 110%;
	color: white;
	background: black;
}

h1 {
	font-size: 180%;
	color: red;
	font-weight: bold;
}
h2 {
	font-size: 140%;
	color: red;
	font-weight: bold;
}
h3 {
	font-size: 125%;
	font-weight: bold;
}

table, tr {
	margin: 0;
	padding: 0;
}
table#main { width: 99%; }
tr { vertical-align: top; }
th	{
	margin: 0;
	padding: 2px 0;
	font-size: 125%;
	font-weight: bold;
	text-align: left;
}
td {
	margin: 0;
	padding: 0 5px;
}

a { color: red; }
a:visited { color: purple; }

#shipl, #ship { display: none; }

img { border: 0; }
