A:link			{ color: #000; text-decoration=none }
A:active		{ color: #0ff }
A:visited		{ color: #000; text-decoration=none }
A:hover			{ color: #000; text-decoration=underline }

A.gray:link		{ color: #aaa; text-decoration=none }
A.gray:active		{ color: #0ff }
A.gray:visited		{ color: #aaa; text-decoration=none }
A.gray:hover		{ color: #aaa; text-decoration=underline }

body			{ text-align: center;
			  font-family: arial;
			  background-color: white;
			  margin-left: 0;
			  margin-right: 0;
			  margin-top: 0;
			  margin-bottom: 0;
			  }

h1			{ color: black;
			  font-family: Trebuchet MS, Helvetica, sans-serif;
			  font-weight: heavy;
			  font-style: italic }

h2			{ font-family: Trebuchet MS, Helvetica, sans-serif;
			  font-variant: small-caps }

hr			{ width: 125%;
			  margin-right: -20%;
			  margin-left: -20%;
			  color: #2F4F4F }

strong			{ font-weight: 900;
			  font-size: bigger }

.banner			{ background-image: url("../Ohanashi/Pics/shim1.gif");
			  background-position: right top;
			  background-repeat: no-repeat;
			  valign: center;
			  width: 100%;
			  height: 174px;
			  background-color: #9696E2;
			  }

.nav			{ width: 100%;
			  text-align: justify;
			  font-family: arial;
			  letter-spacing: 1;
			  font-size: 10px;
			  color: #aaaaaa;
			  background-color: black;
			  text-align: right;
			  vertical-align: bottom
			  }

.blurb			{ width: 70%;
			  font-family: 'Trebuchet MS';
			  font-size: x-small;
			  color: #555555;
			  background-color: #f5f5f5;
			  padding: 10px;
			  border: 10px #dddddd solid;
			  text-align: justify;
			  }

.blurbhead		{ letter-spacing: 12;
			  width: 40%;
			  font-weight: 900;
			  font-size: xx-small;
			  color: #aaaaaa;
			  border-bottom: 1px solid #aaaaaa;
			  }

.partop			{ font-size: large;
			  font-variant: small-caps;
			  font-weight: 100 }

.drop			{ font-size: 1000%;
			  color: black;
			  float: left;
			  font-weight: 900;
			  font-family: Times New Roman;
			  vertical-align: center;
			  }

p.body			{ font-family: Georgia, 'Book Antiqua', 'Bookman Old Style';
			  width: 70%;
			  letter-spacing: 0;
			  font-size: x-small;
			  word-spacing: 0; 
			  margin-top: 5%;
			  line-height: 2em;
			  text-align: justify }

.credit			{ font-family: 'Tahoma', sans-serif;
			  font-size: x-small;
			  letter-spacing: 3;
			  font-weight: 900;
			  color: #888888;
			  margin-top: 20%;
			  margin-bottom: 20%;
			  vertical-align: middle }

