body {
	background-color: Silver;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
}

#header {
  
  
  height:           150px;
   width:            800px;

}

#main {
	background: #DCDCDC;
	font-size: 105%;
	padding: 15px;
	margin: 10px 10px 10px;
	width: 800px;
	text-align: left;
}


#footer {
	background-color: #A9A9A9;
	text-align: center;
	padding: 15px;
	margin: 10px 10px 10px;
	font-size: 90%;
	width: 800px;
}

h1 {
  font-size:        120%;
  color:            #954b4b;
  text-align: center;
}

h2 { font-size: 110%; }


a:link {
	color: Blue;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: Blue;
}

#footer a {
	color: White;
}

#footer a:hover {
	text-decoration: none;
	color: White;
}
