/* CSS Document to resize the body text to the default medium size

*/
body {
font-size: 80%;
}
