body  {
	font-size: 18px;
	line-height: 26px;
	text-align:center;
    background-color: #623746;
	letter-spacing: .2px; 
	background-image: url("backy.jpg");
	background-size: 100% 100%; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	font-family: 'Molengo', sans-serif;
}

.main {

width:65%;
margin-left:auto;
margin-right:auto;
text-align:left;
background: url("back.png");
border: #eccccd solid;
margin: 50px:
}

.wrapper {
margin-left:20%;
margin-right:20%;
}

.center {
text-align:center;
}

h1, h2, h3 {
font-weight: bold;
}

h1 {
font-size: 3em;
margin:0;
padding:10px;
}

h2 {
font-size: 1.6em;
font-weight: bold;
}

h3 {
font-size: 1.2em;
}

A 			
{
	text-decoration: underline;
} 

A:visited	
{
	color: #393d34;
} 

A:link  
{
	color : #8b6035;
	text-decoration: underline;
}

A:active	{
	text-decoration: none;
} 

A:hover		{
	background-color:#f9e89e;
} 

OL { 
list-style-type: upper-roman; 
}

OL li { line-height:140%;}

ul {
padding-left: 5%;
}

.grey {
    border: 1px solid #ccc;

}
