/* CSS Document */
.p_seeds {
	color: #39349a;
	font-size: 58px;
	font-weight: bold;
	font-family: "Garamond";
	text-align: center;
	text_color: #39349a;
	valign: center;
	align: center;
	margin-top: 0; 
	margin-bottom: 0;
	text-decoration: none;
}
.p_pound {
	color: #FF9999;
	font-size: 36px;
	font-weight: bold;
	font-family: "Georgia";
	text-align: center;
	text_color: #FF9999;
	valign: center;
	align: center;
	margin-top: 0; 
	margin-bottom: 0;
	text-decoration: none;
}
.p_sos {
	color: #a4a57d;
	font-size: 28px;
	font-weight: bold;
	font-family: "hobo-std";
	text-align: center;
	text_color: #a4a57d;
	valign: center;
	align: center;
	margin-top: 0; 
	margin-bottom: 0;
	text-decoration: none;
}
.p_tins {
	color: #c00909;
	font-size: 22px;
	font-weight: bold;
	font-family: "Garamond";
	text-align: center;
	text_color: #c00909;
	valign: center;
	align: center;
	margin-top: 0; 
	margin-bottom: 0;
	text-decoration: none;
}
.p_wee {
	color: #008000;
	font-size: 9px;
	font-weight: normal;
	font-family: Garamond;
	text-align: left;
	valign: top;
	align: left;
	margin-top: 0; 
	margin-bottom: 0;
} 

a.button1{
	display:inline-block;
	padding:0.2em 0.6em;
	border:0.1em solid #000000;
	margin:0 0.2em 0.2em 0;
	border-radius:0.12em;
	box-sizing: border-box;
	text-decoration:none;
	font-family: Garamond;
	font-weight:400;
	font-size: 16px;
	background-color:#a4a57d;
	color:#000000;
	text-align:center;
	transition: all 0.2s;
}
a.button1:hover{
	color:#000000;
	background-color:#FFFFFF;
}
@media all and (max-width:30em){
	a.button1{
	display:block;
	margin:0.4em auto;
}
} 

a.otherLink:link    {  text-decoration:none; }
a.otherLink:visited {  text-decoration:none; }
a.otherLink:hover   {  text-decoration:underline; }
a.otherLink:active  { text-decoration:none; }



