/*stylesheet for links*/


h2.special {
text-align: right;
}

.regions {
font-size: .7em;
}

table {
	width: 100%;
	border: #fdf5e6 ridge;
	border-collapse: collapse;
}

td {
	font-size: .8em;
	border: #fdf5e6 ridge;
	padding-left: 5px;
}

col#a {
	width: 30%;
}

col#b {
	width: 30%;
}

col#c {
	width: 30%
}
