/* 
	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("dasBlog.css");
@import url("colors.css");
@import url("admin.css");
@import url("webparts.css");
@import url("xml.css");


A, A:active, A:link, A:visited {
	text-decoration: none;
	font-weight: normal;
}

A:hover {
	text-decoration: none;
	border-bottom: bold;
}


body {
	margin: 10px;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 11px;
}
