<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset */
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-style: none;
  font-size: 100%;
  vertical-align: baseline;
  text-shadow:none;
}
*/

blockquote { margin-left: 40px }

sub, sup {
  font-size:smaller;
  line-height:normal;}

sub { vertical-align:sub }
sup { vertical-align:super }

:focus { 
	outline: 0;}

strong {
	font-weight: bold;}

em {
	font-style: italic;}

abbr { cursor:help }

/* end reset */

body {
  font-family: Arial, Helvetica, sans-serif;
	background: #fff; /*url(/assets/images/bg.png) no-repeat center top #f5f5f5;*/
	color: #444;
  font-size: 14px;
	line-height: 18px;}

a {
	color: #0081cc;
	text-decoration: none;}

a:hover {
	text-decoration: underline;}

.main {
	max-width: 960px;
	padding: 0 10px;
	margin: 0 auto;}

.header {
	padding: 15px 0;}

.home-notes {
	padding: 25px 0;}

.notes .note {
	margin: 15px 0;}

	.notes .note .title {
		font-weight: bold;
		font-size: 15px;
		margin: 0 0 4px 0;}

	.notes .note-command {
		margin: 8px 0 0;
		background: #f1f1f1;
		border: 1px solid #ddd;
		padding: 5px;}

	.notes .note-date {
		margin-top: 15px;}

.page.thin {
	max-width: 540px;}

.footer {
	padding-top: 60px;}

	.footer a {
		margin-left: 20px;}
</pre></body></html>