@charset "utf-8";

/** Extracted from the default css file. By having this here it
    should change the size of the body text, without requiring multiple default css files
    (and thus ensuring non-text size changes dont get left out)*/
#container {
	font-size:1.3em;
}
