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

body {
    background-color: black;
}
	
div.container {
	padding-top: 40px;
}
	
div.outer {
    width: 800px;
	height: 1150px;
    background-color: white;
	margin-right:auto;
    margin-left:auto;
}
	
div.bottom {
    width: 800px;
	height: 30px;
    background-color: black;	
	margin-right:auto;
    margin-left:auto;
}
	
hr { 
    display: block;
	margin-left: 60px;
	margin-right: 90px;
    border-width: 1px;
	color: #616161;
} 

div.bottom p {
	font: 10px arial, sans-serif; 
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: right;
	color: gray;
}

h1, h2, h3, h4, p {
	font-family: Baskerville;
	font-weight: normal;
	font-size: 18px;
	color: #616161;
	margin-left: 60px;
	margin-right: 150px;
	margin-bottom: -14px;
}

h1, h2, h3 { font-size: 25px; line-height: 26px;}
h1, h4 { color: red; }
h1 { padding-top: 45px; margin-bottom: -20px; }
h2 { padding-bottom: 27px; }	
h3 { padding-bottom: 8px; }	
h4 { padding-top: 4px; }
p { line-height: 19px; margin-right: 205px}

a.foot { color: grey; text-decoration: none;}
a.foot:link  { color: grey; text-decoration: none;}
a.foot:hover { color: white; text-decoration: none;}

.mailto {
display:block;
width:100px;
height:20px;
position: relative;
left: 68px;
bottom: 97px;
font: 20px arial, sans-serif; 
opacity: 0;
}