/* 
	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");

A {

}

A:link {
    color: #0033cc;
}

A:visited {
    color: #cc3300;
}

body {
	font-family: calibri, tahoma, sans-serif;
    font-size: small;
	letter-spacing: -0.02em;
	background-color: #f0f0f0;
}

pre {

}