body {
	color: black;
        background-color: #f0f3f6;
        font-family: "Georgia";
	text-align: center;
}      
      h1 {
	text-align: right;
        font-size: 35px;
	font-weight: lighter;
	text-shadow: 1px 1px 1px #000;
	color: #888eae;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	margin: 0;
}
      h1.c1 {
	text-align: right
}
      p {
	color: #888eae;
        font-size:10px;
	font-weight: lighter;}      a {	text-decoration: none;
	padding: 10px;
}      a:link {	color: black;}      a:visited {	color: black;}
      div.footer {
	display: inline;
	color: #888eae;
	font-size: 10px;
	font-weight: lighter;
	padding-top: 10px;
}