@font-face {
  font-family: Itim;
  src: url(Itim-Regular.ttf);
}

html {color:#884400; background:#ffeb3b; padding-bottom:10px;}
ul,ol {overflow:hidden;}

h1,h2,.nametag {color:white; background:#0000ee; font-family:"Arial Black",Arial;}
h1,h2 {text-align:left; padding-left:7px;}
.nametag {text-align:center;}
.invertcolor {background:white; color:#0000ee; border:5px solid #0000ee;}
.hand {font-family:Itim; font-size:140%; overflow:hidden;}
.smol {font-size:110%}
.lfloat {float:left; padding-right:20px;}
.rfloat {float:right; padding-left:20px;}
.shadow {text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;}

details {
  overflow:hidden; padding:5px; background:#bb8844;
}

.mystrike {
  text-decoration:line-through; color:#995511;
}

blockquote {
	background:#faf0ff; padding:10px;
}
