@charset "UTF-8";
/* CSS Document */

html{
font-size:100%;
line-height:14px;
background-color: #fff;
}

body {
font-family:"Courier New", Courier, monospace;
color: #000000;
font-size:.9em;
line-height:1.5em;
letter-spacing:.075em;
padding: 0;
margin: 0;
}

h1 {
	margin-bottom:0;
	text-align: center;
}

a:link { 
text-decoration: none;
border-bottom: 0px;
color: #000000;
}
a:active {
text-decoration: none;
border-bottom: 0px;
color: #000000;
}
a:visited { 
text-decoration: none;
border-bottom: 0px;
color: #000000;
}
a:hover { 
text-decoration: none;
border-bottom: 1px solid #000;
color: #000000;
}

#container, img {
  width: 100%;
  margin: auto 0;
}

#footer {
	background-color: #fff;
	margin-top: 20px;
	font-size:.6em;
	clear: both;
	text-align: center;
}