* { margin: 0; padding: 0; }

a {
	text-decoration: none;
	color: white;
	font-family: sans-serif;
}

body {
	background-color: #003333;
	color: silver;
	font-size: 11px;
	font-family: monospace, serif;
	font-variant: normal;
	text-align: center;
}

h1 {
   /* head */
	font-size: 14px;
	font-family: monospace, serif;
	color: silver;
	text-align: center;
	background-color: #003333;
}

h2 {
   /* desk */
	font-size: 12px;
	color: #000000;
	background-color: #003333;
	text-align: center;
}

h3 {
	/* top */
	font-size: 16px;
	color: black;
	font-family: sans-serif;
	background-color: white;
	border: 1px black;
	border-style: solid;
	padding: 1px;
	text-align: center;
}

h4 {
	/*ARCHIVED */
	font-size: 20px;
	color: silver;
	background-color: #003333;
	text-align: center;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

h5 {
	/* 18USC */
	font-size: 16px;
	color: #ffffff;
	background-color: #003333;
}

img { border: none; }

ul { list-style: none; }
