/*-----------------------*/
/* Link adjustments      */
/*-----------------------*/

a:link {
	 color: #000000;
	 text-decoration: none;
}
	 
a:visited {
	 color: #000000;
	 text-decoration: none;
}
	 
a:hover, a:active {
	 color: #000000;
	 text-decoration: none;
}

/*-----------------------*/
/* Container adjustments */
/*-----------------------*/	 

#container #contents .blogentry img {
	display: none;
}

#container #mainnav {
	display: none;
}

#container #menu {
	display: none;
}

#container {
	border-style: none;
}

#container #contents {
	margin: 0px;
	padding: 0px;
}

#container #contents .blogentry h2 {
	color: #000000;
}

#container #header h1 {
	font-size: x-large;
	text-align: left;
	border-bottom: 1px solid #000000;
	color: #000000;
}

#container #contents .blogentry h2 {
	padding-bottom: 10px;
}

#container #contents .blogentry h3 {
	color: #000000;
}

#container #footer {
	border-top: 1px solid #000000;
	color: #000000;
}

/*-----------------------*/
/* Body adjustments      */
/*-----------------------*/

body {
	color: #000000;
}

