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

html {
	background-color: #80c9cf;
}
body {
	font-family:  Sintony,Arial,sans-serif; 
	font-weight: normal;
	font-style:normal;
	font-size: 1.2em;
}

p { text-align: left; color: #51291f; text-shadow: 0.09em 0.09em 0.09em #dde3c9; }
 
 p.payboo {border-bottom: 1px solid #dde3c9; padding-bottom: 30px;}
 
h1 {
	border-top: 1px solid #dde3c9;
	padding-top: 30px;
	padding-bottom: 0px;
	color: #51291f;
	text-shadow: 0.1em 0.1em 0.01em #dde3c9;
	font-size: 140%; /* 24px / 16px */
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

span {text-align: center;}

/* unvisited link */
a:link {
  color: white; 
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: #FF00FF;
}

/* selected link */
a:active {
  color: white;
}


img { 
	max-width: 100%; /* you can only be as wide as your container */ height: auto;
}
article {
margin: 0 auto;
width: 50%;
/* border: 2px dotted #dde3c9; */
padding:10px;

}


span {  
	color: white;
    display: block;
  	padding-bottom: 15px;
  	margin-top: -20px;
  	padding-top: 0px;
    text-decoration: none;
    font-size: .75em;
}​