/* 
	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 {
	color: black;
}

A:link {
	color: black;
}

A:visited {
	color: black;
}

body {
	font-family:"Verdana";
	font-weight:normal;
	font-size: .7em;
	color:black;
} 
p {
	font-family:"Verdana";
	font-weight:normal;
	color:black;
	margin-top: -5px
}

b {
	font-family:"Verdana";
	font-weight:bold;
	color:black;
	margin-top: -5px
}
h1, h1 a, h1 a:link, h1 a:visited { 
	font-family:"Verdana";
	font-weight:normal;
	font-size:18pt;
	color:red;
	text-decoration: none;
}
h2 { 
	font-family:"Verdana";
	font-weight:normal;
	font-size:14pt;
	color:maroon
}

code {
	font-family:"Lucida Console";
	font-size: 1.2em
}

.mark {
	color: red;
}

.marker {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.version {
	color: gray;
}

.error {
	margin-bottom: 10px;
}

.expandable {
	text-decoration:underline;
       	font-weight:bold;
       	color:navy;
       	cursor:hand;
}

#menu a {
	text-decoration: none;
	color:black;
}

.commentDateStyle {
	font-weight:bold;
}

.commentBodyStyle {
	background-color:#ffffcc;
}
