/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	color: black;
  background: none;
}

h1, h2, h3 {
  color:black;
}

#wrapper {
  width:100%;
}

#header {
  display:none
}

#menu {
  display:none
}

#page {
	width: 100%;
	margin: 0 auto;
}
#content {
  float:none;
  width:100%;
  padding:0;
}

.post .title {
	background: none;
  border:none;
	color: black;
}

.post .entry {
	text-align: left;
}

#sidebar {
  display:none;
}


#footer {
  display:none;
}


table.list th{
  color:orange;
  background:none;
}

.noprint{
  display:none;
}

a{
  color:blue;
}

fieldset{
  width:600px;
}