/* CSS Document */


/* resize the fonts */
#header {
	font-size: 45px;
}
body, .text, .header2, .header3, a, a.main {
	font-size: 20px;
}
.header1 {
	font-size: 39px;
}
a.sidebar {
	font-size: 23px;
}
a.sidebarsub {
	font-size: 18px;
}


/* change the colours of the A's at the top of the page to signify which font size has been selected */
.small_font {
	color: #c00;
}

.large_font {
	color: #000;
}

/* resize the left panel (menu panel) so that the items will fit using their new font sizes */
#left {
	width: 200px;
}
	
#right{
	width: 530px;
}
