
.main{
border-style:solid;
border-width:0px;
border-color:black
display:block;
width:1024px;
height:700px;
margin-left: auto ;
margin-right: auto ;
margin-top:25px;
margin-bottom:25px;
background-image: url("snowbackground1024.jpg");
background-position: center bottom;
background-repeat: no-repeat;

}
.mainheading{
text-align: center;
font-family: Georgia, serif;
font-style: italic;
font-size:2.0em;
padding:20px;
color: #929497;
text-align: center;
letter-spacing: 0.3px;
 }
 
.maintext{
text-align: center;
font-family: Georgia, serif;
font-style: bold;
font-size:1.2em;
color: black;
text-align: center;
padding:20px;

}
.footer{
font-family: Georgia, serif;
text-align: center;
font-size:0.9em;

}

a.email:link {color:black;}
a.email:visited {color:black;}
a.email:hover {
color:black;


}