Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#siteNotice {
    //display:none;
}
#editpage-copywarn {
    display:none;
}
#quickbar {
 background: #ffffe8;
}
#topbar {
 background: #fff0e8;
}
#article {
 background: #ffffff;
}
#footer {
 background: #ddf8ff;
}

p {
	margin: .4em 0 .5em 0;
	line-height: 1.5em;
}
p img {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	//border-bottom: 1px solid #aaa;
}
ul {
	margin: .3em 0 0 1.5em;
	padding: 0;
}
ol {
	margin: .3em 0 0 3.2em;
	padding: 0;
}
li {
	//margin-bottom: .1em;
}
dt {
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	margin-left: 2em;
	margin-bottom: .1em;
}
form {
	border: none;
	margin: 0;
}
#siteNotice p {
	margin: 0;
	padding: 0;
}
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}
div.tleft {
	float: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}
div.floatright {
	clear: right;
}