/* @import url(diary2001s.css); */

body {
	color: black;
	background: #ffe;
}

p.disclaimer { font-size: small; }

h1 {font-size: x-large; }
h2 {font-size: large;
   clear: right;
   }

h3 {font-size: medium; font-weight: normal; }

h2 a, h3 a {
  text-decoration: none;
}

p { text-indent: 1em; 
    margin: 0 2em 0.5em 2em;
    }

p.noindent { text-indent: 0em; 
    margin: 0 2em 0.5em 2em; }

pre { margin: 0 2em 0 2em; }

strong {font-size: large; color: red;}

div.creator { color: gray; font-style: italic; }

div.thumb {
  border-width: 0px;
  border-style: none;
  clear: right; 
}

div.thumb a {
  font-size: smaller;
  border-width: 1px;
  border-style: solid;
  border-color: #88f;
  float: right; 
  text-align: center;
  width: 150px;
  text-decoration: none;
  background: #fff;
}

div.pthumb a {
  font-size: smaller;
  border-width: 1px;
  border-style: solid;
  border-color: #88f;
  float: right;
  text-align: center;
  width: 113px;
  text-decoration: none;
  background: #fff;
}

div.thumb img {
  border: none;
}

div.pthumb img {
  border: none;
}

span.phs {color: #111; background: #afa;}

hr.clear {
  clear: right;
}
