/* 
	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("styles.css");
@import url("admin.css");


body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 0.7em;
	background-color: black;
	color:white;
}

/* pre { white-space: normal; overflow: auto; } */