/* stylesheet for parish and town councils */

body {
font-family: arial,helvetica,sans-serif;
font-size: 14px;
}

/* Start of A to Z links section */
a.atozlink:link, a.atozlink:visited, a.atozlink:focus
{
	display : inline;
/*                   top, right, bottom, left */
	padding : 2px 5px 2px 5px;
	text-align : center;
	font-size : 120%; 
	font-weight : bold; 
	text-decoration : none;
	color: #FFFF00;
	border : solid 1px #000000;
	background-color: #998079;
 
}

a.atozlink:hover
{
	display : inline;
/*                     top, right, bottom, left */
	padding : 2px 5px 2px 5px;
	text-align : center;
	font-size : 120%; 
	font-weight : bold; 
	text-decoration : none;
	border : solid 1px #000000; 
	background-color: #ADB9A0;
	color : #ffffff;
  
}

a.current:link, a.current:visited, a.current:focus, a.current:hover
{
	display : inline;
/*                     top, right, bottom, left */
	padding : 2px 5px 2px 5px;
	text-align : center;
	font-size : 120%; 
	font-weight : bold; 
	text-decoration : none;
	border : solid 2px #000000; 
	background-color: #DFE9D5;
	color : #9D2A26;

}

/* End of A to Z links section */
