/* 
	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("segertGreen.css");
@import url("colors.css");
@import url("extensions.css");
@import url("admin.css");

a:link { text-decoration: none; }
a:visited { text-decoration: none;  }
a:hover { text-decoration: underline;  }
a:active { text-decoration: underline;  }

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #999999;
	font-family: Courier New,Courier,Monaco,monospace;
}
		   
pre { white-space: normal; overflow: auto; }
