/* Font Sizes */
.small_font p			{ font-size:10px; }
.medium_font p		{ font-size:12px; }
.large_font	p	{ font-size:14px; }

.small_font li			{ font-size:10px; }
.medium_fontli		{ font-size:12px; }
.large_font	li	{ font-size:14px; }

.small_font h1			{ font-size:1.8em; }
.medium_font h1		{ font-size:2.1em; }
.large_font	h1		{ font-size:2.4em; }

.small_font h2			{ font-size:14px; }
.medium_font h2		{ font-size:16px; }
.large_font	h2		{ font-size:18px; }

/* Font size changer interface style */
.font_sizer a 		{ text-decoration:none; color:black; }