@charset "UTF-8";
/* CSS Document */

/* default font size*/
@import url(small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
	font-size: 10px;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 100%;
}
h3 {
	font-size: 90%;
}


