	body {
	  background: #000000;
    margin-left: 150px; 
    margin-right: 150px; 
    margin-bottom: 150px; 
    margin-top: 50px; 
	  font-family: Georgia, sans-serif;
	  font-size: 16px;
	  color: #cccccc;
	}

	a:link {
	  color: #C3D9FF;
	  text-decoration: none;
	}

	a:visited {
          color: #C3D9FF;
	  text-decoration: none;
	}

	a:hover {
	  text-decoration: underline;
	}

        a:active {
          color: green;
          text-decoration: none;
        }

	img {
	  border: solid #555555 1px;
	}


.header {
    text-align: right;
}

a.home-link, a.footer-home-link, a.footer-email {
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
}

a.home-link:link, a.home-link:visited { 
  color: #c3d9ff;
  text-decoration: none;
}

a.home-link:hover { 
  text-decoration: underline;
 }

.footer { 
  clear: both;
}

a.footer-home-link {
    float: right;
} 
  
a.footer-email {
    float: left;
}
