/* Default */
#header, #footer, #menu, #copy {
   display:none;
}

body, p, a, #content {
   font-family: "Times New Roman", Times, serif;
}

a {
	text-decoration: underline;
	color:black;
}
body {
   color:black;
}

h1, h2, h3 {
   font-family: "Times New Roman", Times, serif;
   font-weight:900;
}

#content {
   padding:1px;
   margin:1px;
   background-color:white;
	border-style: none;
}

#copy {
   color:black;
}
