@charset "utf-8";
/* CSS Document */

<!-- Add a print style sheet with <link rel="stylesheet" href="print.css" type="text/css" media="print" /> -->

<!-- Reset the Background Colors -->

body {
    background: white;
}

#content {
    background: white;
}

<!-- Reset Text Colors -->

#author {
    color: #111;
}

<!-- Enlarge the Content Area -->

#content {
    width: 100%;
    margin: 4em;
    float: none;
}

<!-- Remove the Navigation -->

#nav, #sidebar {
    display: none;
}

<!-- Display the Destination of Links -->

#content a:link:after, $content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

<!-- Make Links Stand Out from Regular Text -->

a:link {
    font-weight: bold;
    text-decoration: underline;
    color: #06c;
}

<!-- What About Font Size? -->

p {
    font-size: 12pt;
	font-family:"Times New Roman", Times, serif;
}

<!-- My Blog Has a Lot of Comments. What Should I Do? -->

#comments {
    page-break-before: always;
}

<!-- Show a Print-Only Message -->

#printMsg {
    display: block;
}

<!-- You could add a bit of styling, too, like a 1-pixel border. Don't forget to add #printMsg { display: none; } to your regular style sheet, to avoid confusing visitors. -->


<!-- Page-specific CSS mods -->

#header {
	visibility:hidden;
}

#masthead2 {
	display:inline;
	margin-left:-200px !important;
}

.js {
	visibility:hidden
}

#content div {
	display:inline !important;
}

#page-contents {
	visibility:hidden !important;
}

#contenttitle {
	display:inline;
	color:white;
	clear:both;
	padding:4em;
}

#lastupdate {
	clear:both;
	margin-top:60px;
	text-align:left !important;
}

#copyright {
	color:#333 !important;
}

.switcher, .button {
	visibility:hidden;
}

td {
	background:white !important;
	border:0px !important
}

#monitor {
	display:none;
}

<!-- End of page-specific CSS mods -->