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

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 150%;
}

h1 {
	font-size: 265%;
	text-align: center;
	line-height: 75%;
}

h2, h3, h4 {
	text-align: center;
}

.accent {
	text-align: center;
	font-size: smaller;
	font-weight: bold;
    color: #aa0000;
}



input.button.green, a.button.green, span.button.green {
	font-size: 1.1em;
	text-decoration: none;
    text-align: center;
	display: block;
    background: #cae285;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cae285), to(#a3cd5a));
    background: -moz-linear-gradient(#cae285, #a3cd5a);
    background: linear-gradient(#cae285, #a3cd5a);
    border: solid .1em #aad063;
    border-bottom: solid 3px #799545;
    box-shadow: inset 0 0 0 1px #e0eeb6;
	color: black;
    text-shadow: 0 1px 0 #d0e5a4; 
}
    
input.button.green:hover, a.button.green:hover, span.button.green:hover {
	font-size: 1.1em;
 	text-decoration: none;
    text-align: center;
	display: block;
    background: #abd164;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#abd164), to(#b9d972));
    background: -moz-linear-gradient(#abd164, #b9d972);
    background: linear-gradient(#abd164, #b9d972);
    border: solid .1em #98b85b;
    border-bottom: solid 3px #799545;
    box-shadow: inset 0 0 0 1px #cce3a1; 
    color: black;
}
    
input.button.green:active, a.button.green:active, span.button.green:hover {
	font-size: 1.1em;
	text-decoration: none;
    text-align: center;
	display: block;
    background: #a4cb5d;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a4cb5d), to(#9ec45a));
    background: -moz-linear-gradient(#a4cb5d, #9ec45a);
    background: linear-gradient(#a4cb5d, #9ec45a);
    border: solid .1em #6e883f;
    box-shadow: inset 0 10px 15px 0 #90b352; 
    color: black;
}  