* {
	margin:0;
	padding:0;
	font-family: Arial,sans-serif; 
}
a {
	color:#00c;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	color:#00c;
	text-decoration:underline;
}

/** Title **/
#header h1 {
	margin:0; 
	padding:1;
	font-size:2em; 
	font-weight:normal;
}
#header h1 a {
	padding:1;
	color:#000;
	text-decoration:none;
}
#header h2 {
	padding:1;
	font-size:0.5em;  
	font-weight:normal;
	margin-top:0.5em;
	margin-bottom:20px;
}
#header h3 {
	margin-top:0.5em;
	margin-bottom:6em;
}

.topics breadcrumb {
   font-size:smaller;
}

/** Calendar **/
.month-calendar {
	font-size:smaller;
	 text-align: left;
}

.month-calendar-head {
   font-size:small;
	 text-align: center;
}

.month-calendar-day-future {
	color:#999;
}
.rss_feeds{
	color:#000;
	font-size:smaller;
}
.blogrole{
	color:#000;
	font-size:smaller;
}
.blogroletitle{
	color:#000;
	font-size:smaller;
	font-weight:bold;
}

/** archives **/

.flatarchives{
	color:#000;
	font-size:smaller;
}