#Header {
font-size: 125%;
font-weight: 900;
color:#a44;
margin:20px 0px 10px 0px;
padding:10px 0px 10px 20px;
/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
height:33px; /* 14px + 17px + 2px = 33px */
border-style:solid;
border-color:black;
border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
line-height:11px;
background-color:#eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
voice-family: "\"}\"";
voice-family:inherit;
height:14px; /* the correct height */
}

a
{
  color: black;
  font-weight: bold;
  font-size: 95%;
  text-decoration: none;
}

blockquote
{
  font-style: italic;
}

.attribution
{
  font-style: normal;
}

#navigation {
    border-top: black solid thin;
    border-bottom: black solid thin;
}

#navigation ul {
    margin: 0.2em;
    padding: 0em;
    text-align: center;
}

#navigation li {
    display: inline;
    margin-right: .5em;
    margin-left: .5em;
}

#navigation a {
    color: #222222;
    font-weight: bold;
    text-decoration: none;
}

#navigation a:hover {
    color: blue;
}

brag
{
	font-style: italic;
	font-weight: bold;
	color: #2244ff;
}

a:hover
{
  color: #000077;
}

table
{
  border-collapse: separate;
  border-spacing: 0px;
}

td
{
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.loose
{
  padding-top: 5px;
  padding-bottom: 5px;
}

img
{
  border: 1px;
}

body
{
  font-family: Tahoma,Verdana,sans-serif;
  font-size: small;
  width: 48em;
  margin-left: 8%;
  margin-top: 4em;
  background-color: #FFFFFF
}

h1
{
  font-size: 275%;
  color: #222255;
}

h2
{
  font-size: 110%;
  color: #444477;
}

.small
{
  font-size: 90%;
}

.smaller
{
  font-size: 80%;
}

.right
{
  text-align: right;
}

.footer
{
  margin-top: 4em;
}

