/* Buttons links - enclose links in div.button-links */
#content div.button-links  {
	margin: 1.5em 2em
	}
#content div.button-links a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0.3em 0.5em;
	border-style:solid; 
	border-width: 1px; 
	border-color: #ccc #666 #666 #ccc;
	font-size: 100%; 
	font-weight: bold;
	text-decoration: none; 
	white-space: nowrap; 
	line-height: 260%
	}
#content div.button-links a:link, #content div.button-links a:visited  { 
	color: #00f;
	background-color: #FFFFCC; 
	}
#content div.button-links a:hover { 
	color: #f00; background-color: #fff; text-decoration: none;
	border-color: #ccc #666 #666 #ccc;
	}
#content div.button-links a:active { 
	color: #f00; background-color: #fff; text-decoration: none;
	border-color: #666 #ccc #ccc #666;
	}

/* Alternative colours */
#content div.button-links a.grey:link, #content div.button-links a.grey:visited  { background-color: #EDEDED }
#content div.button-links a.grey:hover, #content div.button-links a.grey:active  { background-color: #fff }

#content div.button-links a.blue:link, #content div.button-links a.blue:visited  { 
	background-color: #ADCCE2; 
 }
#content div.button-links a.blue:hover, #content div.button-links a.blue:active  { 
	background-color: #fff;
	}

