body {
	background-color: white;
	width: 746px;
}

h1,h2 {
	font-family: Arial;
	color: black;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: black;
	font-family: Arial;
	font-size: 80%;
	text-align: justify;
	padding-bottom: 10px;
}

table.moomoogallery {
	background-color: #444444;
}

table.blog {
	width: 746px;
}

img.blogshot,
img.blogshotright,
img.blogshotleft,
img.blogshotmiddle,
img.blogshotrightupright,
img.blogshotleftupright {
	border-style: solid;
	border-color: #000000;
	border-width: 10px;
	margin-top: 3%;
	margin-bottom: 3%;
}
img.blogshot,
img.blogshotmiddle,
img.blogshotright,
img.blogshotleft {
	width: 280px;
}
img.blogshotrightupright,
img.blogshotleftupright {
	width: 210px;
}
img.blogshotright,
img.blogshotrightupright {
	float:right;
	clear:left;
	margin-left: 5%;
}
img.blogshotleft,
img.blogshotleftupright {
	float:left;
	clear:right;
	margin-right: 5%;
}
p.blogshotmiddle {
	text-align: center;
}

p.blogsig {
	text-align: right;
	font-style: italic;
}

a.bannerlink {
	text-decoration: overline;
	color: white;
}

img.bannerlink {
	border-style: none;
}

