hr {color: sienna}
p {margin-left: 20px}
body {
  background-color: #FBFBF4; /* LGO beige */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%; /* IE hack */
}
table { font-size: 100%; /* IE hack */ }
input, td, th {font-size:100%; /* IE hack */}

big { font-size: 120%; }
table.navbar {
   border-collapse: collapse;
}
table.navbar td {
   border: 1px solid #ccc;
}
table.navbar td a{
   display: block;
   padding: 3px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: black;
   background-color: #CCCCCC;
}
table.navbar td a:hover, table.navbar td a:active {
   color: white;
   background-color: #999999; /* dark brown */
}
table.navbar border {
  color: black;
  border-collapse: collapse;
  border-style: solid;
  border-width: medium:
}
a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: none;
	color: red;
}
a:active {
	text-decoration: none;
	color: blue;
}
#blackbox {
	background-color: black;
}