/* 
	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("justHtml.css");

a {
    color:#000044;
    text-decoration:underline;
}

a:hover {
    text-decoration:none;
}

A:link {

}

A:visited {

}

body {
    margin:10; 
    padding:0; 
    text-align:center; 
    background-color:#f0f0ea;
    color:#000000;
    font: normal normal 78.5% Verdana, Tahoma, Arial, Helvetica, sans-serif;    
    line-height:150%;
}

pre {

}
