﻿p.buttonG {
	text-align: center;
	float: right;
	margin-right: 10%;
	margin-top: 2px;
}
p.buttonG a {
	display: block;
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	height: 26px;
	width: 126px;
	visibility: visible;
	line-height: 26px;
}
p.buttonG a:link {
	background-image: url('images/ButtonGray.gif');
	color: #FFFFFF;
}
p.buttonG a:visited {	
	background-image: url('images/ButtonGray.gif');
	color: #FFFFFF;
}
p.buttonG a:hover {
	background-image: url('images/ButtonGrayPink.gif');
	color: #6600FF;
}
p.buttonG a:active {
	background-image: url('images/ButtonGray.gif');
	color: #FFFFFF;
}
