/* ------------------------------------------------------- */

a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
	background-color: transparent;
	}

#right2 a, #centre a, #footer a {
	border-bottom: 1px dotted #999;
}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	color: #000;
	text-decoration: none;
	}

#right2 a:hover, #centre a:hover, #footer a:hover {
	border-bottom: 1px solid #333;
}

/* headings */
/* ------------------------------------------------------- */




.box h3 {
	margin: 0 0 0.6em 0;
}
	


/* 	others */
/* ------------------------------------------------------- */



p {
	font-size: 1.0em;
	margin: 0 0 1.2em 0;
	}
#right2 p {
	margin: 1.5em 0;
}
#right2 .box p {
	margin: 0;
	}


