/* 
	Base styles
	
	These are all the base styles that control basic HTML tags.
	All the referenced styles sheets are imported to control the UI
	of the theme.
*/

@import url("calendar.css");
@import url("pageLayout.css");
@import url("pneumon.css");
@import url("colors.css");
@import url("admin.css");

A { text-decoration: none; }
A:hover { text-decoration: underline; }

body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, sans-serif;
	font-size: 0.8em;
}

/* pre { white-space: normal; overflow: auto; } */
