body {
	background: #fff url(stripesbg.gif) repeat;
	font-family: Palatino, "Palatino Linotype", "Times New Roman", serif;
}
p.button {
	width: 120px;
	background: #00f;
	font-family: Palatino, "Palatino Linotype", "Times New Roman", serif;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;	
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
p.button a.button {
	color:#ff0;
	font-weight:bold;
	text-decoration: none;
}

p.button a.button:hover {
	background: #ff0;
	color: #00f;
}

