body {
	background: white;
}

div#logo {
	display: none;
}

div#content {
  position:absolute;
  z-index:40;
  top: 0px;
  left: 0px;
}

div#menu {
	display: none;
}

/* General font families for common tags */
body,font,th,td,p,h1,h2,h3,h4,h5,h6,a,li { 
  color: black; 
}

h1,h2,h3,h4,h5,h6 {
  background: white;
  color: black;
  border-bottom: 2px solid #A1C3F7;
}

td,th {
  padding: .25em .5em;
  margin: 0 0 4px 0;
}

h1,h2,h3,h4,h5,h6 {
  padding: .25em .5em;
  margin: 0 0 4px 0;
}

img {
  border: none;
}


