/* -----
sets the initial font-size.
all other font-sizes are relative to this
*/
body {
font-size:100%;
}