/* Font Sizes */
.small_font			{ font-size:x-small; }
.medium_font		{ font-size:small; }
#page #main #content h1 {
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}
#page #main #content h3 {
	display: block;
	margin: 5px;
}


.large_font			{ font-size:large; }
.x_large_font		{ font-size:x-large; }
.xx_large_font		{ font-size:xx-large; }








/* Outter Div Element style */
.outter 			{ width:50%; border:1px solid #CCCCCC; }

/* Font size changer interface style */
.font_sizer a 		{ text-decoration:none; color:black; }
