/* 
** BLUE:SKY - lage css stylesheet
** This CSS file enlarges the text sizes
** 
** 
*/

/* import orginal css stylesheet */
@import url(bluesky.css);

/* then modify it: */

body {
	font-size: 120%;
}
 
#header a:link, #header a:visited {
	letter-spacing: -0.08em;
}

#footer {
	font-size: 0.7em;
}