/* CSS Document */

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

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

.small_font {
	color: #c00;
}

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