.centre {
	text-align: center;
}

.right, .r {
	text-align: right;
}

.left, .l {
	text-align: left;
}

/* Debug code */
s {	
	text-decoration: none;
	background-color: #fcf;
	border: solid 1px #969;
	padding: 0.1em 0.2em;
}

#maincontent .noborder, .noborder {
	border: none;
}

/* This is used to make navigation items jump out */
#nav .important {
	font-weight: bold;
}