/* 	font_resize-80.css - resizes website text to 80%
	last updated: 1 November 2007 
	updated by: stuart willis
	
	File tested for W3C CSS Validation, 3 January 2008
	All validates ok.

*/

.leftColumnBottom {
	font-size: 80%;
}

.leftNavTopLevel {
	font-size: 80%;
}

.rightColumnBottom {
	font-size: 80%;
}

.mainContent {
	font-size: 64%; /*mainContent is already at 80% as standard, so 80% of that is 64%*/
}

.content {
	font-size: 80%;
}

.arrow_larger, .arrow_large, .arrow_normal {
	display: none;
}

.arrow_small {
	display: inline;
}
