/* 
	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("menu.css");


.smallestTag {
	font-size: 0.95em;
}

.smallerTag  {
	font-size: 1.0em;
}

.smallTag {
	font-size: 1.1em;
}

.mediumTag {
	font-size: 1.2em;
}

.largeTag {
	font-size: 1.4em;
}

.largerTag {
	font-size: 1.8em;
}

.largestTag {
	font-size: 2.2em;
}
/*
.smallestTag { font-size: xx-small; }
.smallerTag { font-size: x-small; }
.smallTag { font-size: small; }
.mediumTag { font-size: medium; }
.largeTag { font-size: large; }
.largerTag { font-size: x-large; }
.largestTag { font-size: xx-large; } 
*/
/*
A, A:link, A:visited, A:active  { font-weight: bold; text-decoration: none; }
*/
body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

/* pre { white-space: normal; overflow: auto; } */
